mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
d306321789
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
298 B
Text
8 lines
298 B
Text
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.
|