Search found 1 match
- Sat Feb 24, 2024 12:01 pm
- Forum: ESP32 Arduino
- Topic: esp32s3: I2S_write noisy audio playback
- Replies: 0
- Views: 892
esp32s3: I2S_write noisy audio playback
Hi I'm using an esp32s3 to playback an audio file in pcm format through i2s_write function. The server I have set up converts audio from mp3 to pcm using ffmpeg, and forwards each chunk to the esp32s3 which then plays the chunks through i2s_write. It plays the audio, but it is like every chunk's pla...