pkgsrc/audio/py-audioread/DESCR
adam c7ee29e756 py-audioread: updated to 2.1.6
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.
2018-06-13 06:34:09 +00:00

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).