python3-samplerate
wrapper around libsamplerate for sample rate conversion.
Description
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.Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://pypi.org/project/samplerate/
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install python3-samplerate