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

Play mp3 files from SD via I2S

Results 170 ESP32-audioI2S issues
Sort by recently updated
recently updated
newest added

Getting the source would be handy because of the length can be different. SD and speech will end, but the radio not.

This library is working pretty good on my esp32. but seem not work on esp32 c3. ` d:\dev\esp32\libraries\ESP32-audioI2S-2.0.5\src\aac_decoder\aac_decoder.cpp: In function 'void UnpackQuads(int, int, int*)': d:\dev\esp32\libraries\ESP32-audioI2S-2.0.5\src\aac_decoder\aac_decoder.cpp:3289:106: error: invalid conversion from 'int*'...

I'm working on a project that sends audio data as binary data through a TCP socket and want to know if this library has functions that would allow passing in...

I want to implement a webserver that is using the FS lib and I had already the SdFat in my program. I didn't know what I was doing wrong... so...

I am testing my url-streams, and having some trouble with one. > https://goeiedag.radiostudio.be/oilsjt > > write eeprom UrlSelector: 99 > info buffers freed, free Heap: 84240 bytes > info Connect...

wolle, working fine till about 5 words - than continues in " scratchy sound " danke rudi

if(f_tmr_1s && InBuff.bufferFilled() < maxFrameSize && !availableBytes){ if(m_f_tts){stopSong();return;} else { cnt_slow ++; if(cnt_slow > 50){cnt_slow = 0; f_tmr_1s = false; AUDIO_INFO("slow stream, dropouts are possible");} } }

In Arduino only 4 of the examples show. Issue is related to folder names not being the same as the .ino file name, and one folder having two projects in...

GitHub newbie so be gentle... Thanks :-) I want to display the MP3 file approximate total play time (in minutes and seconds) so when I use the audio.getAudioFileDuration() function it...

I am using this excellent ESP32audio-I2S library in my project. I rotate several test HW. I ran into an interesting problem. In some cases, lines like these appear in the...

stale