bbc / audiowaveform

C++ program to generate waveform data and render waveform images from audio files
https://waveform.prototyping.bbc.co.uk
GNU General Public License v3.0
1.94k stars 242 forks source link

Skip information frames when reading MP3 files #49

Closed chrisn closed 7 years ago

chrisn commented 7 years ago

When reading MP3 files, audiowaveform should skip Xing / LAME information frames. See this article for details, and discussion here.

chrisn commented 7 years ago

Resolved by https://github.com/bbc/audiowaveform/commit/59bc5d6a73c8e5c60cc5d9cad38d22ab373f7027.