python-audio-tools icon indicating copy to clipboard operation
python-audio-tools copied to clipboard

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

Open MaigoAkisame opened this issue 8 years ago • 0 comments

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.

MaigoAkisame avatar Jan 31 '17 02:01 MaigoAkisame