"Voice trigger" detection

Posted by sehugg on Stack Overflow See other posts from Stack Overflow or by sehugg
Published on 2009-05-23T17:03:20Z Indexed on 2010/12/22 0:54 UTC
Read the original article Hit count: 187

I have a voice application that would be much-improved if there was the ability to use a "trigger word" to start recording audio. I don't need a full speech-text engine, just the ability to reliably/efficiently detect the trigger word.

I am wondering if there are any specialized speech engines that support this specific use case, or any libraries/methods to developing such a single-purpose detection engine. Ideally I'd like it to work in noisy environments, but it can be trained for a single user's voice.

Pointers to research papers / topics would also be appreciated so I know what to ask for.

© Stack Overflow or respective owner

Related posts about speech-recognition

Related posts about signal-processing