Z
Z
zccmj2014-07-04 01:07:57
Algorithms
zccmj, 2014-07-04 01:07:57

What algorithm to use for speech activity detector?

I am looking for an easy-to-implement VAD (Voice activity detector) algorithm.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Starkov, 2014-07-04
@zccmj

You can pull out a ready-made one from codecs used for speech compression,
for example www.speex.org
or find an implementation of G.729 en.wikipedia.org/wiki/G.729
Another option is to pull it out of any speech recognition engine like sourceforge.net/p/cmusphinx/ code/HEAD/tree
In general, dig in this direction.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question