schreibfaul1 / ESP32-audioI2S

Play mp3 files from SD via I2S
GNU General Public License v3.0
991 stars 265 forks source link

AUDIO PCM OVER UDP #775

Open AntonioRiccelli77 opened 6 days ago

AntonioRiccelli77 commented 6 days ago

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 mono, telephone quality stream transmitted on a UDP port. Basically I have to take the samples from the UPD receive buffer and forward them via I2S to the PCM5102. Thanks AR

schreibfaul1 commented 4 days ago

I have little experience with UDP. Maybe the WiFiClient can be replaced by WiFiUDP?