SD to I2S MP3 file metadata causing issues. #1756
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 16 replies
-
MP3 decoders are usually resilient enough that they just ignore data they can not process and I have never had any issues with this so far. Can you share one of the files that create problems ? If you want to contribute, we can try to extend the existing metadata parser to extract the audio, so that we can feed pure audio to the codec. |
Beta Was this translation helpful? Give feedback.
-
I committed the class MetaDataFilter: You can use this to remove the disturbing metadata.
and copy the data to the filter. |
Beta Was this translation helpful? Give feedback.
-
Are you sure that you just give the decoder not enough buffers with this insane bitrate ? |
Beta Was this translation helpful? Give feedback.
MP3 decoders are usually resilient enough that they just ignore data they can not process and I have never had any issues with this so far.
Can you share one of the files that create problems ?
You can maybe also try another mp3 decoder...
If you want to contribute, we can try to extend the existing metadata parser to extract the audio, so that we can feed pure audio to the codec.