diff options
Diffstat (limited to 'audio/py-audioread/DESCR')
-rw-r--r-- | audio/py-audioread/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/audio/py-audioread/DESCR b/audio/py-audioread/DESCR new file mode 100644 index 00000000000..ce5d3e3160c --- /dev/null +++ b/audio/py-audioread/DESCR @@ -0,0 +1,7 @@ +Decode audio files using whichever backend is available. The library +currently supports: +- `Gstreamer`_ via `gst-python`_. +- `Core Audio`_ on Mac OS X via `ctypes`_. (PyObjC not required.) +- `MAD`_ via the `pymad`_ bindings. +- `FFmpeg`_ via its command-line interface. +- The standard library `wave`_ and `aifc`_ modules (for WAV and AIFF files). |