--
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Here is a good and simple VAD implementation https://github.com/sstepashka/VAD_C
Vimal has been working on VAD recipes for Kaldi. See the PR
About voice activity detection- we don't have anything checked in exactly. Vimal is working on this but I'm not sure of an ETA. What we did in ASPIRE is to do two passes of nnet2-online decoding-- the first pass just decoded everything, and we got iVectors only on the high-confidencd speech, and then decoded everything a second time. Obviously this is slow. I'll try to speed up the process of checking something in, maybe in a couple of months we'll have something but I'm not sure.
About language id: we do already have scripts, see egs/lre07.
About diarization: that's something we have fairly immediate plans to do but it's a big subject, so we may not have something for a year or so.