c7ee29e756
2.1.6 Fix a "no such process" crash in the FFmpeg backend on Windows Subsystem for Linux. Avoid suppressing SIGINT in the GStreamer backend on older versions of PyGObject.
8 lines
344 B
Text
8 lines
344 B
Text
Decode audio files using whichever backend is available. The library currently
|
|
supports:
|
|
- Gstreamer via PyGObject.
|
|
- CoreAudio on Mac OS X via ctypes. (PyObjC not required.)
|
|
- 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).
|