Arduino
The minimp3 Decoder on an ESP32 ?
When I was looking for an alternative open source MP3 decoder, I found the minimp3 project from lieff. Arduino Support Yesterday I took another effort to make it work on an Arduino ESP32. To make the project Arduino compatible was easy: I just had to add library.properties and change the Readme.md to add the instructions. Running the code on the ESP32 however turned out to be not so easy: the sketches were crashing w/o any Read more…