Problems with EQUALIZER and MP3 #2022
-
Hello @pschatzmann I'm having problems with equalizer as I can see. Check this sketch below.
When I play the attached test.mp3, the ESP32 reboots with this error message, which appears to point to equalizer.h
|
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Apr 27, 2025
Replies: 1 comment 4 replies
-
My gut feeling is that you might have run out of RAM! Aport for this follow the advice given in this wiki to analyze any errors |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My gut feeling is that you might have run out of RAM!
Why would you ever try to allocate a Buffer de 512 KB knowing that you have max 520 KB of available SRAM and the MP3 decoder already uses a lot of it. The default buffer of 1k is more then enough...
Aport for this follow the advice given in this wiki to analyze any errors