1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: audioread
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ileana Dumitrescu <ileanadumitrescu95@gmail.com>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
ffmpeg <!nocheck>,
pybuild-plugin-pyproject,
python3-all,
python3-audioop-lts,
python3-poetry-core,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-standard-aifc,
python3-standard-sunau,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/sampsyo/audioread
Vcs-Git: https://salsa.debian.org/python-team/packages/audioread.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/audioread
Package: python3-audioread
Architecture: all
Depends:
ffmpeg,
python3-audioop-lts,
${misc:Depends},
${python3:Depends},
Description: Backend-agnostic audio decoding Python 3 package
Decode audio files using whichever backend is available. The library
for Python 3 currently supports:
.
* FFmpeg via the ffmpeg command-line interface.
* The standard library wave and aifc modules (for WAV and AIFF files).
|