summaryrefslogtreecommitdiffstats
path: root/libraries/audioread/README
blob: fccbcc2dc4506e63222e39637016b4f4aa619c87 (plain)
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.