1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/audio/py-audioread/pkg-descr
Sunpoet Po-Chuan Hsieh 8515ff13fb Add py-audioread 2.1.8
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
2019-06-21 23:08:38 +00:00

10 lines
339 B
Plaintext

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