slackbuilds_ponce/libraries/audioread/README
fourtysixandtwo d306321789
libraries/audioread: Updated for version 2.1.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-30 13:52:13 +07:00

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.