Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
976 stars 229 forks source link

Faltering audio when playing radio from wifi #301

Closed pablobertagna closed 4 years ago

pablobertagna commented 4 years ago

Hi there!! First of all, thanks for sharing such a wonderful work. I have successfully mounted everything and it works, but: 1) When I play an mp3 file from the sd card, it runs smoothly without any problem. 2) When the device connects to wifi and plays a radio station, the audio comes and goes in a regular basis, like every 200ms or so. Sometimes it gets lost for many seconds and it returns with a new preset. I have tried changing the power source and the wifi connection, without success. I have also tried to play the same station in parallel with a notebook, connected to the same wifi network. The notebook plays it correctly, but the ESP32 keeps on chopping the audio. I hope you can help me. Thanks in advance.

pablobertagna commented 4 years ago

I managed to solve it. Apparently the default presets are saturated. I added some new presets and they work fine! Thanks anyway.