Open
Description
Thank you for writing this. Exactly what I needed for resampling a live audio stream!
I would be great if you could provide more detailed installation instructions for Linuxes.
It took me a while to figure out how to install it on Debian inside a Docker image. 'pip install samplerate' does not check if libsamplerate0 is present. You only get an OSError when you first 'import samplerate'. I suggest you add instructions similar to these:
Ubuntu and Debian
sudo apt-get install libsamplerate0
Arch Linux
sudo pacman -S libsamplerate
Alpine Linux
sudo apk add libsamplerate
, etc. (I only tested Debian/Ubuntu, though.)
Also, please update https://pypi.org/project/samplerate/ to include these instructions.
Metadata
Assignees
Labels
No labels