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

I can run audio.connecttospeech but audio.connecttomarytts doesn't work

wontfix

Does this lib support esp32 1.0.4? I try to move clientsecure.setInsecure();. However, this lib still cannot work.

wontfix

As title mentioned. And besides why the ample rate was set to 16000? https://github.com/schreibfaul1/ESP32-audioI2S/blob/6b9247673ce735015e1f88b13b3d3c7ee3b9b93b/src/Audio.cpp#L173-L174

wontfix

@schreibfaul1 Hi! Are you planning to support the DLNA media renderer?(Since the S3 doesn't have classic bluetooth, I thought of playing the music from the phone via the DLNA media...

wontfix

I have been spending hours (days) trying to work this out but I'm honestly stuck. What I am trying to achieve is create a MP3 player which can be controlled...

wontfix

I try to add some code from IotWebConf. Here is the code. ``` /** IotWebConf06MqttApp.ino -- IotWebConf is an ESP8266/ESP32 non blocking WiFi/AP web configuration library for Arduino. https://github.com/prampec/IotWebConf Copyright...

Hi! I would first like to congratulate you for the great library! I'm setting up a Web radio and I noticed that several URL's don't work. Many of them stream...

Hi! I make [this](https://blog.pagefault-limited.co.uk/lolin32-lite-esp32-8mb-psram-upgrade-mod) in my Lolin32 Lite and I got a "PSRAM found" (Hurrah!). ![image](https://user-images.githubusercontent.com/34423009/180107769-5f97599d-6a3e-4697-ae4a-136fcc9b9d9e.png) In a PSRAM test I got: ![image](https://user-images.githubusercontent.com/34423009/180107906-e8af0024-f8b3-41e5-beb5-4de09d8f10f6.png) But the dropouts continues, although they have...

wontfix

Hi, its possible to change i2s_num_0 to i2s_num_1 , on port 0 works perfectly, but when i change port in .h file to 1 then not working ;/

wontfix

Some radios use m3u8playlist which contains TS files inside. This file contains an empty video header and AAC encoded audio data. e.g this radio have TS stream https://bss1.neterra.tv/magicfm/magicfm.m3u8

wontfix