summaryrefslogtreecommitdiff
path: root/audio/py-audioread/DESCR
blob: ce5d3e3160c0c676dbe7b04b779474e290c9e3c5 (plain)
1
2
3
4
5
6
7
Decode audio files using whichever backend is available. The library
currently supports:
- `Gstreamer`_ via `gst-python`_.
- `Core Audio`_ on Mac OS X via `ctypes`_. (PyObjC not required.)
- `MAD`_ via the `pymad`_ bindings.
- `FFmpeg`_ via its command-line interface.
- The standard library `wave`_ and `aifc`_ modules (for WAV and AIFF files).