Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion - Improve installation instructions #4

Open
RomanKosobrodov opened this issue Jul 9, 2019 · 1 comment
Open

Suggestion - Improve installation instructions #4

RomanKosobrodov opened this issue Jul 9, 2019 · 1 comment

Comments

@RomanKosobrodov
Copy link

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.

@tuxu
Copy link
Owner

tuxu commented Jul 9, 2019

Thank you for the feedback! If you check the README.rst here on Github, you'll see that the packages are already mentioned there (commit a9b5d2a). However, there were only a few changes since then, so I didn't bump the version number or update the package on PyPI. This is long overdue now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants