-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[possible bug] PlayRTTTLToI2SDAC example in ESP32 does not clear last note #327
Comments
Interesting observation. I see that the code does call |
after stop a wav, I start to hear noise. It can be this bug? any workaround? thank you! |
Hi, I can confirm that the problem concerns the ESP32 only (tested on ESP8266, Wemos esp32 and devkit v4) : I take the example "PlayRTTTLToI2SDAC.ino" included in the library, I flash my ESP32 and it works but the last note is repeated for ever. It's not due to the internal DAC because the same problem appear with no DAC or with an external DAC. Some observations from my issue #471 which is the same problem (sorry the search engine of github doesn't find this issue if you type "RTTTL", you have to type "PlayRTTTLToI2SDAC" 😄 ) :
I've recorded the result sound from my ESP32 here. Hope this helps 😉 |
The last note keeps playing forever. The only change to the example was to enable internal DAC.
out = new AudioOutputI2S(0,1);
This does not happen in ESP8266.
The text was updated successfully, but these errors were encountered: