Skip to content

Suggestion - Improve installation instructions #4

@RomanKosobrodov

Description

@RomanKosobrodov

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions