earlephilhower / ESP8266Audio

Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
GNU General Public License v3.0
1.99k stars 433 forks source link

Improve ICY stream processing #616

Open lcaum opened 1 year ago

lcaum commented 1 year ago

Hi,

I had problem to listen radio like: http://streamer-02.rtl.fr/rtl2-1-44-128 that use chunked stream. So, I rewrote the AudioFileSourceICYStream::readInternal.

Regards, Laurent