ESP32-audioI2S
                                
                                
                                
                                    ESP32-audioI2S copied to clipboard
                            
                            
                            
                        Play mp3 files from SD via I2S
#include #include Compilation error: C:\Users\Administrator\AppData\Local\Arduino15\libraries\ESP32-audioI2S\src/Audio.h:471:5: error: 'i2s_config_t' does not name a type; did you mean 'wifi_config_t'?
This stream: http://streamcdnf25-4c4b867c89244861ac216426883d1ad0.msvdn.net/webradio/deejay80/live.m3u8 There a little glitch every time a new TS is loaded (or at least most of the time...) What is the problem in your opinion? I don't...
Is there a better way to scan the mp3 files on the sd card ? each time try to open the file is waste of time 。
Hello, I've encountered an issue with TTS on my custom board with ESP32S3 and MAX9835A. When TTS request is issued, the audio plays too fast and with higher pitch. Other...
Hi Wolle, In version 3.0.10b in playChunk you changed line 2362 from `if(!pc(sample)) { break; } // playSample in lambda` to `if(!pc(sample)) { /* break */; } // playSample in...
Hi, for some radio stations, and in particular French radio stations, for instance: http://icecast.radiofrance.fr/franceinter-lofi.mp3 or http://icecast.radiofrance.fr/franceinter-midfi.mp3 http://icecast.radiofrance.fr/franceculture-lofi.mp3 or http://icecast.radiofrance.fr/franceculture-midfi.mp3 https://icecast.radiofrance.fr/fip-lofi.mp3 or https://icecast.radiofrance.fr/fip-midfi.mp3 you should notice repetitive glitches after few seconds....
48 kHz Internet radio stream is playing "slowly". Board: Adafruit Feather ESP32-S3 2MB PSRAM Core: ESP32 Espressif v3.0.0 Arduino IDE 2.3.2 . Downgraded core to v 2.0.17 radio plays correctly.
I'm using your "internalDAC.ino" example in my project with an ESP32 Lonin32. It was working great until around May 2024, when I compile the schetch now it gives the following...
What a great libraries for playing audio files. I did a mp3 player 1 year plus ago using a ESP32, SD card module & the PCM5102A module for audio output...
Hi first of all congratulations for your work on I2S. Would you have a simple example to start from to reproduce via a PCM5102 the flow of an 8bit, 8Khz...