Releases: pschatzmann/arduino-libmad
Releases · pschatzmann/arduino-libmad
RP2040 Support
RP2040 Support
Stack Optimization
I reduced the stack requirements, so that it can run on an ESP32 Arduino
Getting rid of noise
I was quite enthusiastic when I saw the callback API, but after some testing, I realized that the this is only working when you submit the whole file - which is completely unacceptable for Microcontrollers.
I finally have a solution that that seems to work w/o any noise...
First working Release
Arduino library with decoding examples
Can also be build and runs on the desktop