问题描述
我正在寻找一种方法在C ++中实现可训练的语音识别。
我发现SAPI 5.3 SDK看起来很有前途,但是我能找到的唯一的教程是TTS,这是我想要的相反。
任何人都可以推荐一个很好的教程,涵盖我需要使SAPI运行的所有内容?
或者是否有第二个API我可以使用而不是SAPI?唯一的要求是必须以可以安装在其他Windows计算机上的方式进行分发。
谢谢。
(注意:我从来没有使用SAPI进行识别。)
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.
This may be helpful.
http://www.generation5.org/content/2001/sr00.asp?Print=1
(caveat: I've never used SAPI for recognition.)
这篇关于语音识别在C ++的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!