dpirch / libfvad

Voice activity detection (VAD) library, based on WebRTC's VAD engine
BSD 3-Clause "New" or "Revised" License
483 stars 172 forks source link

cut audio into chunks and extract start time and end time. #25

Closed alamnasim closed 3 years ago

alamnasim commented 3 years ago

Hi, I want to run libfvab on my own audio file and want to save audio chunks detected as voiced frames in ".wav" format. I want to extract start time and end time of each chunks.

Currently I am able to reproduce the the output "libfvad/tests/data/wavtest.expect". Now I can see it detects voiced and unvoiced frames out of audio file.

Thanks

alamnasim commented 3 years ago

I finally did it. so I am closing this issue.