摘要: 微软语音SAPI介绍以其及语音识别过程 博客分类: 语音技术 SAPITTSSR语音识别语音合成 微软语音SAPI介绍以其及语音识别过程 语音技术 SAPITTSSR语音识别语音合成 SAPI 应用程序接口程序戏剧性的减少了语音识别和语音合成应用中的程序代码,使得语音技术在广泛和蓬勃发展的实际应用中 阅读全文
posted @ 2017-03-23 21:45 sky20080101 阅读(696) 评论(0) 推荐(0) 编辑
摘要: String str = this.textBox1.Text; Type type = Type.GetTypeFromProgID("SAPI.SpVoice"); dynamic spVoice = Activator.CreateInstance(type); spVoice.Speak(... 阅读全文
posted @ 2017-03-23 21:37 sky20080101 阅读(799) 评论(0) 推荐(0) 编辑
摘要: C#调用SAPI实现语音识别的两种方法 博客分类: 语音技术 语音识别SAPISR语音技术 C#调用SAPI实现语音识别的两种方法 语音技术 语音识别SAPISR语音技术 通过微软的SAPI,不仅仅可以实现语音合成TTS,同样可以实现语音识别SR。下面我们就介绍并贴出相关代码。主要有两种方式: 1、 阅读全文
posted @ 2017-03-23 21:35 sky20080101 阅读(217) 评论(0) 推荐(0) 编辑
摘要: class Program { static void Main(string[] args) { bool b = true; int i = 0; if (b || (++i>0)) { } Conso... 阅读全文
posted @ 2017-03-23 09:59 sky20080101 阅读(129) 评论(0) 推荐(0) 编辑