Automatic_Speech_Recognition icon indicating copy to clipboard operation
Automatic_Speech_Recognition copied to clipboard

install libsndfile

Open htZhang25 opened this issue 5 years ago • 3 comments

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"

htZhang25 avatar Jan 16 '19 03:01 htZhang25

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

patientzero avatar Mar 18 '19 15:03 patientzero

Easiest to do in conda: conda install -c conda-forge libsndfile

RoyJames avatar Sep 28 '19 19:09 RoyJames

thanks for everyone!

zzw922cn avatar Oct 17 '19 01:10 zzw922cn