M5Core2 icon indicating copy to clipboard operation
M5Core2 copied to clipboard

MP3 files play with "slow" speed

Open NDC-SC opened this issue 1 year ago • 13 comments

When MP3 files are played with M5Core2 0.1.3 and the Audio libraries, the sound quality is fine. With the M5Core2 0.1.4 or 0.1.5 libraries, the MP3 files play with a "slow" speed. Instructions are #include <Audio.h> Audio audio; temp = filenames(filenumber]; // the filenumber MP3 file on the micro-SD card audio.connecttoFS(SD, temp.c_str()); // MP3 file on micro-SD card Is there a work around to resolve the playback speed problem ?

NDC-SC avatar Oct 20 '22 10:10 NDC-SC