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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: python-samplerate
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Georges Khaznadar <georgesk@debian.org>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-setuptools,
python3-setuptools-scm,
python3-all-dev,
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.
|