ESP32-audioI2S
ESP32-audioI2S copied to clipboard
Play mp3 files from SD via I2S
Frequent timeouts do not exist in version 3.0. setConnectionTimeout has no effect. [103872][E][Audio.cpp:3684] parseHttpResponseHeader(): timeout
Hi, I am using this library to get audio through an external DAC type PCM1502a installed on an ESP32-2432S028. I am trying to configure the pin out of the library...
When I try to compile my code, it presents me with an error that points to the "opus_decoder" file specifically the opus_decoder.h where the "#include " is not working.
Can I combine the playback of MP3 files from SPIFFS and i2s audio sampling input . I am looking for ways to add speech feedback when pressing buttons on my...
Just switched over to the WROVER with 8MB flash and 8MB PSRAM, now when my code runs I get this error. When I initialize the PSRAM it works and reports...
HLS
Hi, is HLS working in this library? I tried with a bbc stream: audio.connecttohost("http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_scotland_fm/bbc_radio_scotland_fm.isml/bbc_radio_scotland_fm-audio%3d48000.norewind.m3u8"); but it does not seem to work. Thanks for your help
When playing a playlist, I have noticed that in some cases the first, perhaps 100, milliseconds of an mp3 track are not played (audible). connecttoFS(...) for the next track is...
In file included from .pio/libdeps/esp32s3box/ESP32-audioI2S/src/Audio.cpp:9: .pio/libdeps/esp32s3box/ESP32-audioI2S/src/Audio.h:16:10: fatal error: WiFi.h: No such file or directory
Great library! But very hard! The library takes up about 90% of the memory. I have never used and do not intend to use opus_decoder.h and vorbis_decoder.h. These decoders take...
Is there a way to send analog audio to an external amplifier? I am using MAX98357, but I like to grab analog audio and input it into another amplifier.