blob: 148b1c05d3cd6f1bc97b2d6f13b61f522a204c24 (
plain)
1
2
3
4
5
6
7
8
|
Decode audio files using whichever backend is available. The library currently
supports:
- Gstreamer via PyGObject.
- CoreAudio on Mac OS X via ctypes. (PyObjC not required.)
- MAD via the pymad bindings.
- FFmpeg or Libav via its command-line interface.
- The standard library wave, aifc, and sunau modules (for uncompressed audio
formats).
|