blob: bae8ea9082219483a55a65be1e032a51c2d02ae2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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).
ffmpeg and gst0-python are optional dependencies.
If you want to build this for use with Python 3.x (require python3)
pass the script PYTHON3=yes, like
PYTHON3=yes ./audioread.SlackBuild
|