Tudor Cismarescu

Results 1 comments of Tudor Cismarescu

Hi I'm also encountering the same issue. This is my code: ``` SoundFile stringSound = new SoundFile(this, "home/pi/Downloads/string.wav"); while(true) { if(GPIO.digitalRead(3) == GPIO.LOW && !pressed) { pressed = true; stringSound.loop();...