blob: fccbcc2dc4506e63222e39637016b4f4aa619c87 (
plain)
1
2
3
4
5
6
7
8
|
Decode audio files using whichever backend is available.
The library currently supports:
- gstreamer via gst-python.
- MAD via the pymad bindings.
- ffmpeg via its command-line interface.
- The standard library wave and aifc modules (for WAV and AIFF files).
gst-python are optional dependencies.
|