Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use the vad ? #13

Open
ucasiggcas opened this issue Jul 31, 2019 · 3 comments
Open

how to use the vad ? #13

ucasiggcas opened this issue Jul 31, 2019 · 3 comments

Comments

@ucasiggcas
Copy link

hello,

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

thx

@fengchangfight
Copy link

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

@ucasiggcas
Copy link
Author

@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.

@icesparrow0
Copy link

icesparrow0 commented Nov 25, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants