Question

I was wondering, are there any basic speech recognition tools out there? I just want something that can distinguish the difference between "yes" and "no" and is reasonably simple to implement. Most of the stuff out there seems to make you start from scratch, and I'm looking for something more high level.

Thanks!

Was it helpful?

Solution

Sphinx3 & PocketSphinx are written in C, so it shouldn't be too hard wrap it for C++. It's still an active project too, which is good.

OTHER TIPS

You might also look at Julius, which is similarly an open source speech recognizer: http://julius.sourceforge.jp/en_index.php

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top