9 lines
298 B
Plaintext
9 lines
298 B
Plaintext
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.
|