ESP32-audioI2S icon indicating copy to clipboard operation
ESP32-audioI2S copied to clipboard

MP3 files playback stop

Open Dcmwrnd opened this issue 1 year ago • 2 comments

What a great libraries for playing audio files. I did a mp3 player 1 year plus ago using a ESP32, SD card module & the PCM5102A module for audio output & was working perfectly up to v3.0.8u. When I compile with the latest v3.0.11c or v3.0.11d, it will play the first mp3 file only than stop playing. Whereas the old version library will play all the mp3 files in the SD card & when I revert back the libraries to v3.0.8u it will play all.

Basically I saw the audio_eof_mp3 ended message after playing the first mp3 file & it just stop without playing the next mp3 file on the new version.

Regards.

Dcmwrnd avatar Jun 25 '24 10:06 Dcmwrnd