1.概述最近做了两个与语音识别相关的项目,两个项目的主要任务虽然都是语音识别,或者更确切的说是关键字识别,但开发的平台不同, 一个是windows下的,另一个是android平台的,于是也就选用了不同的语音识别平台,前者选的是微软的Speech API开发的,后者则选用 的是CMU的pocketsp...
分类:
其他好文 时间:
2015-03-03 23:30:35
阅读次数:
192
People often have a preference among synonyms of the same word. For example, some may prefer "the police", while others may prefer "the cops". Analyzi...
分类:
其他好文 时间:
2015-03-02 16:21:23
阅读次数:
153
无法将类型为“System.__ComObject”的 COM 对象强制转换为接口类型“System.Speech.Internal.SapiInterop.ISpDataKey”。此操作失败的原因是对 IID 为“{14056581-E16C-11D2-BB90-00C04F8EE6C0}”的接口的 COM 组件调用 QueryInterface 因以下错误而失败: 不支持此接口 (异常来自 HRESULT:0x80004002 (E_NOINTERFACE))。
解决办法...
分类:
Windows程序 时间:
2015-02-19 12:55:43
阅读次数:
3086
之前在做TTS开发的时候能够正常的将文字转为语音,但是今天做了一个小程序,结果却发不了音,仔细测试了一下,发现了一个问题。
首先先讲下TTS如何实现。
1、安装语音库,假如要中文发音,科大讯飞语音3.0就很好。
2、最简单的程序如下:
package com.example.tts;
import java.util.Locale;
import android.speech.tts....
分类:
移动开发 时间:
2015-02-05 13:42:01
阅读次数:
281
My traveling experienceTraveling makes my life to be colorful at the same time I become optimistic and learning to know about other people ideas. Cert...
分类:
其他好文 时间:
2015-01-31 12:03:28
阅读次数:
375
最近在做一个文本转语音TTS(Text to Speech)的第三方软件封装,使用的是国内语音技术龙头安徽科大讯飞公司提供的离线引擎AiSound5.0,主要用于汽车导航用途。科大讯飞还提供 了AiTalk用于语音识别,AiWrite用于手写识别服务等。另外还有针对6种平台的SDK和开发示例。 其中...
分类:
其他好文 时间:
2015-01-28 21:21:02
阅读次数:
200
1、 x-webkit-speechHTML5的Input tag新提供x-webkit-speech语法,目前只能在Chrome 11以后的浏览器上使用,能让我们将语音输入的功能很简单的带到我们的网站中。最简易的运用方式是像下面这样将x-webkit-speech加在input tag后方就可以了...
分类:
Web程序 时间:
2015-01-23 16:05:09
阅读次数:
135
People often have a preference among synonyms of the same word. For example, some may prefer "the police", while others may prefer "the cops". Analyzi...
分类:
其他好文 时间:
2015-01-20 08:55:23
阅读次数:
145
http://zh.wikipedia.org/zh-cn/G.711ITU-T G.711 pageITU-T G.191 software tools for speech and audio coding, including G.711 C codeCode Project C# imple...
分类:
移动开发 时间:
2015-01-17 17:58:07
阅读次数:
213
//用于将文字转化成的语音保存成本地的pcm文件long CPlugin14Ctrl::OnSpeak(LPCTSTR uContents, long uVolume) { // TODO: Add your dispatch handler code here CString cStr=uCont...
分类:
其他好文 时间:
2015-01-16 22:14:23
阅读次数:
230