You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear,
There shows:This project depends on scikit.audiolab, for which you need to have libsndfile installed in your system.
How should I do for this?I couldn't open the link"libsndfile"
The text was updated successfully, but these errors were encountered:
Just download it an follow the instructions on the website. it's not that hard. You sure you should be working with computers?
Anyhow, just do the following:
Download:
wget http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28.tar.gz
Extract:
tar -xzf libsndfile-1.0.28.tar.gz
Install:
cd libsndfile-1.0.28/ && ./configure && make && make install
Dear,
There shows:This project depends on scikit.audiolab, for which you need to have libsndfile installed in your system.
How should I do for this?I couldn't open the link"libsndfile"
The text was updated successfully, but these errors were encountered: