No MetaData #2273
|
Happy New Year,
I used a fresh installation of Arduino IDE 2.3.7 and the actual audio-tools lib. The board is a TTGO T-display. Kind regards, nappk5410 |
Replies: 1 comment
|
By default we only print ASCII data. If the metadata is UTF8 or UTF16 string you will need to set AUDIOTOOLS_METADATA_ICY_ASCII_ONLY to false and handle the invalid characters yourself. |
By default we only print ASCII data. If the metadata is UTF8 or UTF16 string you will need to set AUDIOTOOLS_METADATA_ICY_ASCII_ONLY to false and handle the invalid characters yourself.