python-audioread

Backend-agnostic audio decoding Python package
  https://github.com/sampsyo/audioread
  0
  no reviews



Decode audio files using whichever backend is available. The library currently supports:

* GStreamer via gst-python.
* MAD via the pymad bindings.
* FFmpeg via the ffmpeg command-line interface.
* The standard library wave and aifc modules (for WAV and AIFF files).