aboutsummaryrefslogtreecommitdiff
path: root/libraries/audioread/README
blob: d9096a28e7247793f8a9234c82cb26ace7606d7f (plain)
1
2
3
4
5
6
7
8
Decode audio files using whichever backend is available.
The library currently supports:
- gstreamer via gst0-python.
- MAD via the pymad bindings.
- ffmpeg via its command-line interface.
- The standard library wave and aifc modules (for WAV and AIFF files).

gst0-python are optional dependencies.