libfvad icon indicating copy to clipboard operation
libfvad copied to clipboard

how to use the vad ?

Open ucasiggcas opened this issue 4 years ago • 3 comments

hello,

After I build the libfvad, I want use the VAD to cut a speech wav or raw , how to use ?

thx

ucasiggcas avatar Jul 31 '19 02:07 ucasiggcas

hello,

After I build the libfvad, I want use the VAD to cut a speech wav or raw , how to use ?

thx

after build(check the readme file), make sure the fvad.h is in /usr/local/include, then you can just use it like the fvadwav.c in examples, I tried, it worked

fengchangfight avatar Aug 03 '19 05:08 fengchangfight

@fengchangfight Thanks, but could you say it in detail, for a little poor power if I use gcc fvadwav.c -o fvadwav it tells me fvadwav.c:19:21: fatal error: sndfile.h: No such file or directory compilation terminated.

ucasiggcas avatar Aug 05 '19 01:08 ucasiggcas

hello, After I build the libfvad, I want use the VAD to cut a speech wav or raw , how to use ? thx

after build(check the readme file), make sure the fvad.h is in /usr/local/include, then you can just use it like the fvadwav.c in examples, I tried, it worked

hello, I try to use it to replace the vad mod in unimrcp, but build failed.can you give me some better suggest?

icesparrow0 avatar Nov 25 '19 11:11 icesparrow0