
语音识别
seven-soft
十几年工作经验,软件破解、软件反编译、网络抓包;精通c、c++、java语言,熟悉eclipse、Microsoft Visual Studio、XCODE 开发环境,精通wince和Android开发。精通嵌入式CPU软件开发。
展开
-
一个Nuance 的语音识别的例子
#include "stdafx.h" #include "GetToken.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif /////////////////////////////////原创 2012-08-09 10:42:51 · 2201 阅读 · 0 评论 -
利用NUANCE 语音识别引擎RCEngine实现语音识别
1. 基础概念: RCEngine : 是一个封装了语音识别,语音文件操作,电话控制的类,它派生自 RCEngineInterface 抽象基类。所以要在程序中调用 Nuance 的语音识别功能你就必须实例化 RCEngine 。 NotifiableAdapter : RCEngine 的所有函数都是异步函数,它使用确认 --- 通知形式与用户程序通信,要获取到这些确认和通原创 2012-08-09 10:44:49 · 992 阅读 · 0 评论