tuffy / python-audio-tools

A collection of audio handling programs which work from the command line.
http://audiotools.sourceforge.net
GNU General Public License v2.0
249 stars 58 forks source link

audiotools.open does not recognize MP3 files in MPEG-2 or MPEG-2.5 format #70

Open MaigoAkisame opened 7 years ago

MaigoAkisame commented 7 years ago

Lines 1704 and 1712 of the script audiotools/__init__.py checks whether mpeg_id == 3 (which means MPEG-1), while in fact mpeg_id == 2 (MPEG-2) and mpeg_id == 0 (MPEG-2.5) should also be accepted.