Skip to content

Commit cb360f2

Browse files
committed
Readme: add info about metadata
1 parent fc48beb commit cb360f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,11 @@ You can define the log level as Debug, Info, Warning, Error
101101
LOGLEVEL_HELIX = LogLevelHelix::Info;
102102
```
103103

104+
## Metadata
104105

106+
Try to avoid to send metadata to the decoder: in most cases the decoder can automatically ignore invalid mp3 segements, but in some cases it
107+
might not and crash. Use the [functionality of the AudioTools](https://github.com/pschatzmann/arduino-audio-tools/wiki/Audio-Metadata#metadata-and-decoders) to filter
108+
out the metadata
105109

106110
## Documentation
107111

0 commit comments

Comments
 (0)