flashlight / wav2letter

Facebook AI Research's Automatic Speech Recognition Toolkit
https://github.com/facebookresearch/wav2letter/wiki
Other
6.39k stars 1.01k forks source link

Could not find libsndfile #1

Closed arunpatala closed 6 years ago

arunpatala commented 6 years ago

When running cd wav2letter && luarocks make rocks/wav2letter-scm-1.rockspec && cd .. I get the following error: CMake Error at cmake/FindSndFile.cmake:60 (message): Could not find libsndfile

Is anybody else facing similar issue. I am running ubuntu 16.04.

chbrian commented 6 years ago

I had this issue. Installing libsndfile-dev can fix it.

apt-get install libsndfile-dev

byuns9334 commented 6 years ago

@chbrian thank you so much bro!!! you saved me