Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open Source Simple Speech Recognition in C++ in Windows [closed]

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!

like image 837
Cenoc Avatar asked Jun 10 '10 20:06

Cenoc


People also ask

Does Windows 11 have speech recognition?

In Windows 11, dictation has been updated and renamed as voice typing. Like dictation, voice typing uses online speech recognition technologies to power its speech-to-text transcription service. You no longer need to turn on the Online Speech recognition setting to use voice typing.


1 Answers

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.

like image 84
Dan McGrath Avatar answered Oct 12 '22 23:10

Dan McGrath