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
2.01k stars 432 forks source link

AudioFileSourceICYStream: No metadata event #557

Open GerLech opened 2 years ago

GerLech commented 2 years ago

I use AudioFileSourceICYStream to play web radio stations with success, but I dont get any Metadata events.

GerLech commented 2 years ago

Found the problem. I used the MDCallback from example StreamMP3FromHTTP which did not work and caused sometime crashes. Now I use the MDCallback from Webradio example. This works fine now.