I'm looking for a way to implement trainable voice recognition in C++.
I've found the SAPI 5.3 SDK which looks promising, but the only tutorials that I can find are for TTS which is the opposite of what I want.
Can anyone recommend a good tutorial that covers everything I would need to get SAPI up and running?
Either that or is there a second API I could use as opposed to SAPI? The only requirement is that is has to be distributable in a way that it could be installed on other windows computers.
Thanks.