-
Notifications
You must be signed in to change notification settings - Fork 439
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
RTTTL on ESP32 : play the last note forever,er,er,er,er,er... #471
Comments
This problem was previously reported (by me) and it requires further investigation. |
To make more tests quicky, you can try the code I am currently working on : This is a project initially from MrDIY, which is a great compilation of all the ESP8266 audio capacity : a player controlled by MQTT able to play mp3, tone, TTS sam voice and TTS from google translate. |
Hi, I try to play with ESP32, now that I've understood and tested the differences between no DAC, internal DAC and external DAC, I encounter some problems.
The first one is about RTTTL. This problem is proper to ESP32 (I don't have the problem on ESP8266).
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.
The esp32 is not crashed, it is possible to restart the complete play of the tone without problem but at the end it never stop. "rtttl->stop()" has no effect. I have tested on arduino IDE, platformio , with Wemos ESP32, ESP32 dev kit V4 , with older ESP32 framework, with older ESP8266Audio library : always the same result.
I've recorded the result sound from my ESP32 here.
Any idea what might be causing this problem?
PS : I have a second issue which has been opened 7 months ago by other guys here. If some people at ease with this library can have a look 😉 ...
Thanks again for this awesome library !
The text was updated successfully, but these errors were encountered: