-
Notifications
You must be signed in to change notification settings - Fork 290
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
Cracking noises and some playbacks stop #887
Comments
I have been having alot of issues with this as well! |
Im also having issues with this. Would you be able to share your code? and are you playing local files or streaming them |
In the old version, the audio.loop() did everything. Since the WiFiClient is not blocking-free, I have moved the part responsible for decoding and I2S "feeding" to an extra task. This way many streams, especially m3u8, run more smoothly. Otherwise, it may be that in some projects core 0 is now overloaded, e.g. by your own tasks, in which case the audio task can be moved from core 1 to core 0. |
Adding vTaskDelay has solved the issue for me! Thankyou! |
Yes, the But i still need to downgrade to 3.0.8 to play a mp3 that stops playing (or is quiet until the end) with 3.0.12. No useful information with |
After switching from Release 3.0.8 to 3.0.12 i had two problems:
Nothing special in the debug output. Anyone has the same problem?
PS: @schreibfaul1 awesome library!
The text was updated successfully, but these errors were encountered: