Skip to content

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

Description

@MaigoAkisame

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions