ESP32-audioI2S
ESP32-audioI2S copied to clipboard
MP3 files playback stop
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.