MrBuddyCasino / ESP32_MP3_Decoder

A internet radio and bluetooth speaker project for the Espressif ESP32
774 stars 182 forks source link

Icy metadata support #73

Closed hex007 closed 5 years ago

hex007 commented 5 years ago

note: metadata is cleared after single cycle if meta length of the next cycle is 0. the conditional can be easily modified to support persisting it accross empty meta payloads

edit: added brackets to condition in ps_dec.c

MrBuddyCasino commented 5 years ago

Thanks for the PR, will take a look, hopefully this weekend.

MrBuddyCasino commented 5 years ago

Thanks for the PR, LGTM!