Source: python-samplerate Section: python Priority: optional Maintainer: Georges Khaznadar Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-setuptools, python3-all, pybind11-dev, python3-pybind11, libsamplerate0-dev, python3-sphinx, python3-pytest, python3-numpy, cmake, #Testsuite: autopkgtest-pkg-python Standards-Version: 4.7.3 Homepage: https://pypi.org/project/samplerate/ Vcs-Browser: https://salsa.debian.org/python-team/packages/python-samplerate Vcs-Git: https://salsa.debian.org/python-team/packages/python-samplerate.git Package: python3-samplerate Architecture: any Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, Suggests: python-samplerate-doc, Description: wrapper around libsamplerate for sample rate conversion. This is a wrapper around Erik de Castro Lopo’s libsamplerate (aka Secret Rabbit Code) for high-quality sample rate conversion. . It implements all three APIs available in libsamplerate: - Simple API: for resampling a large chunk of data with a single library call - Full API: for obtaining the resampled signal from successive chunks of data - Callback API: like Full API, but input samples are provided by a callback function . The libsamplerate library is statically built together with the python bindings using pybind11. . This package installs the library for Python 3. Package: python-samplerate-doc Section: doc Architecture: all Depends: ${sphinxdoc:Depends}, ${misc:Depends}, Description: documentation for python-samplerate python-samplerate is a wrapper around Erik de Castro Lopo’s libsamplerate (aka Secret Rabbit Code) for high-quality sample rate conversion. . This is the common documentation package.