-
Notifications
You must be signed in to change notification settings - Fork 38
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
play the Audio file from a URL #22
Comments
Yes. It is possible to play a WAV file from a URL. Here is some example code for an ESP32 with SPIRAM. Tested with MicroPython v1.20
|
I keep getting errors on esp32 when executing audio_out()
And when this error doesnt happen then another one happens on requests.get()
Any ideas? |
Which board are you using, and also what MicroPython release. thanks! |
ESP32 It seems like every time it tries to create audio_out it runs out of memory?
And the request has issues sometimes, its not always though.
So I removed the Thanks! |
Hi Mike,
first i would like to thank you for the code and explainations. I have request if you don't mind. can i play the WAV file from a URL insted of an SD card?
The text was updated successfully, but these errors were encountered: