beetbox / audioread

cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python
MIT License
483 stars 108 forks source link

How to support decoding mp3 in RawAudioFile? #123

Closed mathfinder closed 2 years ago

mathfinder commented 2 years ago

How to support decoding mp3 in RawAudioFile?

sampsyo commented 2 years ago

That backend only supports AIFF, WAV, and Au files. It uses stdlib modules that support those formats and no others.