You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Lines 1704 and 1712 of the script
audiotools/__init__.py
checks whethermpeg_id == 3
(which means MPEG-1), while in factmpeg_id == 2
(MPEG-2) andmpeg_id == 0
(MPEG-2.5) should also be accepted.The text was updated successfully, but these errors were encountered: