hcmlab / vadnet

Real-time Voice Activity Detection in Noisy Eniviroments using Deep Neural Networks
http://openssi.net
GNU Lesser General Public License v3.0
419 stars 77 forks source link

Is it possible to use this in platform Linux? #2

Closed longfenghou closed 5 years ago

longfenghou commented 5 years ago

Hello, i would like to know if it is possible to use this application in platform Linux by simply changing the cmd files? Another question is that "Does the CPU works for the Online VAD?" Thanks for your time,

frankenjoe commented 5 years ago

If you want to use SSI as backend, you will have to use mobileSSI. The VAD model itself is Python only. And yes, it works perfectly fine on CPU.

giorgionanfa commented 5 years ago

Hi, this project is very interesting! I was trying to run it on Linux (i also tried for Windows and it works fine). Which steps should i follow to run the project on Linux? Thanks in advance