How to know MP3 native sampling rate #1997
-
Hi @pschatzmann, Is possible to know the native sampling rate of a MP3 file? How to? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
After you started the playback just check the sample_rate provided by audioInfo() or you could use the HeaderParserMP3 |
Beta Was this translation helpful? Give feedback.
-
Hi again @pschatzmann. I continue having problems with sampling rate propagation. I'm using player, metadatafilter, Helix MP3 decoder, Eq filter and AudioBoardStream as audio out driver. All is defaullt configured. The pipeline I think is, source -> decoder -> metadatafilter -> (equalizer) kitStream, then I not need to force notifycation. Then, where would be the problem? Thanks |
Beta Was this translation helpful? Give feedback.
-
I just solve. Yeah!!! I have to use addNotifyAudioChange in the decoder |
Beta Was this translation helpful? Give feedback.
After you started the playback just check the sample_rate provided by audioInfo() or you could use the HeaderParserMP3