ESP32-audioI2S
ESP32-audioI2S copied to clipboard
Play mp3 files from SD via I2S
I am using esp32-arduino 3.0.1(latest) as component in my ESP-IDF project. When audio is initialized, I cannot use another instance of WiFiClientSecure in the project or even ESP-IDF's esp_http_client instance....
Hi, Today I was testing the new release of stable Arduino 3.0.0. When I uploaded the code, the audio plays (but is not clear), and I also see message spam...
ESP32 Arduino Core 3.0.1 has recently come up. Is this library compatible with the same?
Welcome back ! you are doing a wonderful job. I have this question. 1. The older audio library (from 2022) was able to reconnect to the stream if it was...
As we have a callback for bitrate ("**void audio_bitrate(const char* info)**") it would be nice to have also a callback for the codec. e.g. **void audio_codec(const char * info)** I...
Thanks for the great library. Having fun with it. Running happily on an LOLIN S3. With the web radio sketch I have tried connecting to many of the stations and...
I have a webradio using this library which works well, but from time to time there are periods in the day where reception stops. What can I do to decrease...
Hi. I did some experiments with the lib. Works great, but i was wondering about only sending chunks of 4 bytes only to the i2s-driver. My C-experiences are cumbersome and...
I have a webradio using this nice library running on an M5stack Core2 with a small external DAC hooked to an amplified speaker with a cable audio jack 3.5. This...
Hallo, I used your simple WIFI Radio. It worked fine, then I expanded my Code to read *.mp3 from SD. Worked fine. But if I heared WIFI musik then SD...