// Wrapper implementing mp3_decode.h using (stubbed) minimp3 interface. // NOTE: Current embedded minimp3.h is a stub producing silence. // Replace stub with full decoder to get real audio.
C++ audio decoding library for ESP32 and host platforms. Reads audio from HTTP/HTTPS URLs or in-memory buffers, decodes FLAC/MP3/Opus/WAV, and delivers PCM via a callback.