aboutsummaryrefslogblamecommitdiff
path: root/audio/py-audioread/pkg-descr
blob: 766fe3e1f4c35b875064b740e608bbe2ba5df716 (plain) (tree)
1
2
3
4
5
6
7






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