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 am using the development board SC01 Plus (ESP32-S3) which has an amplifier and a connector for a speaker. I have tested it with two type of speakers. I download...

Hi! My requests are timing out over a certain limit of characters, is there a reason why this is? When I go the the URL provided in this function it...

Hello Wolle! I'm trying out this [TSA5001 module](https://www.tinysineaudio.com/products/tsa5001-bluetooth-5-3-audio-transmitter-board-i2s-digital-input). It converts an I2S stream directly to Bluetooth. My [webradio project](https://github.com/chess-levin/esp32webradio) uses your audio lib and I replaced the PCM5102a with a...

Hi, I found two more Vorbis files that won't play, but do play in other players. https://archive.org/download/gd1982-04-11.sbd.miller.108852.flac16/gd82-04-11d1t02.ogg and https://archive.org/download/gd1978-08-30.s2.sbd.miller.110151.flac16/gd78-08-30d3t03.ogg Both seem to have the same problem in that there is...

stale

info Connect to new host: "http://bigrradio.cdnstream1.com/5122_128" info PSRAM not found, inputBufferSize: 13951 bytes info buffers freed, free Heap: 160092 bytes info Request http://bigrradio.cdnstream1.com/5122_128 failed!

I have installed the https://github.com/schreibfaul1/ESP32-audioI2S.git But when I try to compile I get an error: c:\Users\marce\Documents\Arduino\libraries\ESP32-audioI2S-master\src\Audio.cpp: In constructor 'Audio::Audio(bool, uint8_t, uint8_t)': c:\Users\marce\Documents\Arduino\libraries\ESP32-audioI2S-master\src\Audio.cpp:206:18: error: 'struct i2s_config_t' has no member named 'mclk_multiple'...

stale

I have been trying to add ESP32-audioI2S into a project using Platform.IO / VScode and I have been unable to find the right combination of additional libraries to resolve the...

wontfix
stale

Hi everyone! I would like to play a sound (beep) by loading it directly into a char array. Example: const unsigned char beep_mp3[] = { 0x49, 0x44, 0x33, 0x04, 0x00,...

stale

Trying to compile for esphome on nodemcu esp32-c3-13/13u-kit 3299 Flashing using esphome ver 2022.12.3 ```.piolibdeps/test2/ESP32-audioI2S/src/aac_decoder/aac_decoder.cpp: In function 'void UnpackQuads(int, int, int*)': .piolibdeps/test2/ESP32-audioI2S/src/aac_decoder/aac_decoder.cpp:3289:106: error: invalid conversion from 'int*' to 'int32_t*' {aka...

stale

Now google return mono and 24000Hz samplerate. Can you change or add code to mix speech to actual sound played or resample it to 48k ? Or ask google to...

stale