ESP32-audioI2S
ESP32-audioI2S copied to clipboard
Play mp3 files from SD via I2S
In Version **3.0.7s** there is the function **connecttoSD()**. In Version **3.0.9d** no more !? verloren gegangen oder bewusst entfernt?
I would like to ask if there is any reason to use GPL license here? It has a lot of disadvantages when it comes to embedded devices. I suggest going...
I´m using an RDA5807FP as one possible source for audio. I´m using the I2S output from the RDA5807 and processing it to control the volume before sending it to I2S...
Hi! I think that something is not ok here. When song ends or is rewinded to next my free PSRAM lowers. I've left my player overnight and result is recorded...
Hi, I used the example code [InternalDAC](https://github.com/schreibfaul1/ESP32-audioI2S/blob/master/examples/Internal%20DAC/internalDAC.ino ) as it is but I have no audio output, neither from pin 25 nor from pin 26. The board used is [this](https://www.az-delivery.de/it/products/esp32-developmentboard)...
I am trying to play an audio file that I have written to SPIFFS but it won't play with connecttoFS() I have confirmed that writing to SPIFFS works by writing...
hello, why does this lines not work on arduino ESP32-S3? thx 4 help br andreas ... code **audio.connecttospeech("Radio abc"), "de"); // will never heard audio.connecttohost(".... radio stream url");** ... code...
The example does not work on mp3/flac files on an ESP32-S3-N16R8 with PSRAM, but it works fine on an ESP32 (mp3 only). Plays one file and "audioHeader reading timeout". I...
I have some request to run blue toutch and audio on essp32. I can intergrated it to Audio libary Can help me. Thanks
Hi, This is the first time ever, I post something on a Github issues list, so I hope I am not conflicting the etiquette. Currently I am including your ESP32-audioI2S...