Source: audioread Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Ileana Dumitrescu Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-setuptools, pybuild-plugin-pyproject, flit, python3-pytest , python3-pytest-runner , ffmpeg , Standards-Version: 4.6.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, ${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).