ESP32-audioI2S
ESP32-audioI2S copied to clipboard
Play mp3 files from SD via I2S
I updated the library and had this error during compilation in Arduino IDE 2: The line 6 has: `#include "Audio.h"` ``` In file included from C:\Users\reinh\Documents\4-ESP32\RadiosDados\RadioGeral\RadioeGeral\RadioeGeral.ino:6: c:\Users\reinh\Documents\Arduino\libraries\ESP32-audioI2S\src/Audio.h:35:50: error: variable or...
I was wondering if anyone has been able to get the library working with the ESP32-S3? I'm using the I2Saudio example and i've modified the pins to this: ```c++ #define...
hello, i am trying to use an esp32 with DAC PCM5102A as a dlna renderer as a target only but i cannot find it on my network with your example....
I confirmed that the audio buffer is using the heap not the available PSRAM. What might be the cause of it not thinking there is PSRAM available? I'm using the...
Doing nothing more than having this line: `Audio audio;` Causes all SSL API calls to fail with either memory issue or certificate verification failure: `[start_ssl_client():273]: (-9984) X509 - Certificate verification...
Adds the following callbacks: ```c void audio_stopped(const uint32_t pos) // called after audio has stopped void audio_webfile_data_received(const uint8_t *writePtr, const int16_t bytesWritten) // called after data has been received from...
I think this is the last one. I have printed out all the memory allocations and frees, and after your recent modifications, these are the last ones left where there...
Hello, Can I play multiple MP3 files back-to-back using the audio.connecttofs command without having a gap or pause between them? When using the audio.connecttofs command to play multiple MP3 files...
I get a memory error message when using a long sentence in the audio.connecttospeech() function, is there any way to save that sentence to SD memory instead of Esp32 memory,...
Hi! Previously, several people ran into the problem that the library does not work properly with versions newer than "M5Core2 0.1.3". The reason for this is that in the case...