streams-i2s-webserver_mp3 compile help #279
-
Using the "streams-i2s-webserver_mp3" example file from the "examples->sandbox" folder I receive the following errors when attempting to compile the file for my ESP-WROOM-32 board in arduino IDE.
Through trial and error I've found that if I turn OFF the memory hack..a.k.a changing
additional note - I've successfully used "streams-i2s-webserver_wav" and it worked like a dream; unfortunately the project i'm working on requires an mp3 stream. respectfully |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I have implemented some additional memory optimizations in the audiotools and LibLame projects. |
Beta Was this translation helpful? Give feedback.
I have implemented some additional memory optimizations in the audiotools and LibLame projects.
Please note that a ESP32 needs PSRAM if you want to do WIFI and MP3 encoding at the same time. There is just not enough basic RAM to do both...