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

Input format validation #197

Open chrisn opened 8 months ago

chrisn commented 8 months ago

Following from https://github.com/bbc/audiowaveform/issues/196, consider adding better validation in cases where the audio format doesn't match the file extension or --input-format option (e.g., presenting AAC audio to the MP3 decoder).