8515ff13fb
audioread decodes audio files using whichever backend is available. The library currently supports: - Gstreamer via PyGObject. - MAD via the pymad bindings. - FFmpeg or Libav via its command-line interface. - The standard library wave, aifc, and sunau modules (for uncompressed audio formats). WWW: https://github.com/beetbox/audioread
9 lines
339 B
Text
9 lines
339 B
Text
audioread decodes audio files using whichever backend is available. The library
|
|
currently supports:
|
|
- Gstreamer via PyGObject.
|
|
- MAD via the pymad bindings.
|
|
- FFmpeg or Libav via its command-line interface.
|
|
- The standard library wave, aifc, and sunau modules (for uncompressed audio
|
|
formats).
|
|
|
|
WWW: https://github.com/beetbox/audioread
|