Installing SurfboardΒΆ

Installing Surfboard is as easy as boogie boarding! You can install it from PyPi:

pip install surfboard

Alternatively, you can clone it and install it as such:

git clone https://github.com/novoic/surfboard
cd surfboard
pip install .

The package builds on LibROSA. You might need to install Libsndfile. On Linux:

sudo apt-get install libsndfile1-dev

On MacOS:

brew install libsndfile