Welcome![Sign In][Sign Up]
Location:
Search - tts

Search list

[SourceCodeTTS智能朗读计算系统

Description: TTS智能朗读计算系统
Platform: | Size: 13631488 | Author: sunl_3388@163.com | Hits:

[Voice CompressMTK手机TTS语音数据文件文件

Description: MTK手机TTS语音数据文件文件希望对需要的人有帮助!
Platform: | Size: 1943670 | Author: kenny_95 | Hits:

[Voice CompressMTK手机TTS语音数据文件文件

Description: MTK手机TTS语音数据文件文件,包括合成和识别数据文件,非源代码。
Platform: | Size: 1943694 | Author: kenny_95 | Hits:

[Windows DevelopC#,API,TTS,声音

Description: C#APP,TTS,声音
Platform: | Size: 32783 | Author: Zguest@126.com | Hits:

[Windows DevelopSuper TTS Reader

Description: tts文字转语音
Platform: | Size: 64978 | Author: rkq1991 | Hits:

[Windows DevelopTTS封装库

Description: TTS的封装库,方便使用
Platform: | Size: 28732 | Author: hugesoft@126.com | Hits:

[AI-NN-PR关于tts语音引擎的使用方法

Description: 关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。   Speech API可以作为类型库引用到Delphi中,方法是:打开Project选单下的Import Type Litrary,点击“Add”加入Windows\Speech目录下的Vtxauto.tlb文件,在Delphi的Import目录中就会生成VTxtAuto—TLB.pas文件,其中定义了VTxtAuto—TLB单元,把它加到Uses成员中来。设计如图2所示的窗口,定义全局变量: var VoTxt:IVTxtAuto   然后在Form的OnCreate事件中加入:   VoTxt:=CoVTxtAuto_.Create   VoTxt.Register(′′,′Speech Test′) {注册}   “Read”按钮代码为:   VoTxt.Speak(Memo1.Lines.Text,10) {朗读}   “Stop”按钮代码为:   VoTxt.StopSpeaking {停止朗读}   至此,应用程序已具有朗读功能,10表示使用普通语气。借住VoTxt的属性和方法,我们还可以控制阅读速度和语气,实现暂停、跳句等功能,Speech API编程就这么简单。 -TTS voice on the use of the engine! Many software with English pronunciation and reading aloud function, they have used MSTTS (Microsoft Text To Speech) technology. Microsoft COM comply with the standards and provide a set of Speech API to right MSTTS program. The procedure to use this API, we must ensure that the system has been installed and Spchapi MSTTS package. Speech API can be used as a type library to Delphi, is : Open Project menu under the Import Type Litrary, click on the "Add" to join Windows \ directory under the Speech Vtxauto.tlb documents in the Delphi Import directory will generate VTxtAuto- TLB.pas document, which will just a VTxtAuto- TLB units, it added Uses members to China. Figure 2 shows the design of windows, the definition of global variables : var VoTx
Platform: | Size: 7168 | Author: 章称 | Hits:

[Audio programTTS

Description: 使用VB开发环境进行编程所实现的TTS文语转化系统的简单源程序-use VB program development environment achieved by the text language TTS system into a simple source
Platform: | Size: 33792 | Author: | Hits:

[Speech/Voice recognition/combineTTS-DictPad

Description: 微软的SAPI里面的经典例子,简单实用,是TTS必读例子之一。-Microsoft SAPI inside a classic example of a simple, practical, TTS is a mandatory one example.
Platform: | Size: 132096 | Author: 何乐 | Hits:

[Speech/Voice recognition/combinetts.tar

Description: XChat TTS script is an perl written XChat2 script that speaks out messages in irc channels, and more. It provides an interface to setup the functions or view the online help. -XChat TTS is an perl script written XChat2's at 5 that speaks out messages in irc channels. and more. It provides an interface to setup the f unctions or view the online help.
Platform: | Size: 3072 | Author: xusihao | Hits:

[Embeded-SCM DevelopTTS-code

Description: TTS语音开发示例,里面有个tts的库,可以直接调用-TTS voice development sample, which has a TTS library, you can directly call
Platform: | Size: 1160192 | Author: Yining Lin | Hits:

[Software EngineeringTTS

Description: 用C#实现语音技术,用于TTS文语转换技术-With C# Voice technology for TTS text-to-speech conversion technology
Platform: | Size: 2048 | Author: 陈子君 | Hits:

[Speech/Voice recognition/combinetts

Description: 基于vb和tts的语音识别小程序,能够将文字转化成语音-Vb-based speech recognition and TTS small procedures, the text can be translated into voice
Platform: | Size: 7061504 | Author: 张艳秋 | Hits:

[Speech/Voice recognition/combineTTS-Reader1.5

Description: TTS-Reader,TTS阅读器,delphi代码可以参考。-TTS-Reader, TTS reader, delphi code can refer to.
Platform: | Size: 313344 | Author: smart_talk | Hits:

[Speech/Voice recognition/combinetts

Description: 这个是关于tts的一个比较完整的设计的方案,感觉还行-This is about the TTS a more complete design of the program, I feel also line
Platform: | Size: 31744 | Author: xushuoxun | Hits:

[Consoletts

Description: 通过MS的TTS语音库,再VS2005平台上,实现文本--语音识别,可实现中英文混读!-MS through the TTS voice database, and then VS2005 platform, realize the text of speech recognition, can be realized in both Chinese and English mixed reading!
Platform: | Size: 970752 | Author: sinblack | Hits:

[SCMtts

Description: AVR MEGA162控制语音芯片控制 OSYNO6188 TTS的代码,完成初始化及发声测试-AVR MEGA162 control OSYNO6188 TTS voice chip to control the code, complete the initialization and audible test
Platform: | Size: 2048 | Author: derekzhang | Hits:

[Windows Developtts

Description: 将文本用语音方式读出,就是TTS,支持中英文混读,封装成了DLL,傻瓜试调用,就是简单!请看开发包内说明-The text read out by means of voice that TTS, in support of mixed Chinese and English read, packaging has become a DLL, try calling a fool, that is simple! Please note the development of packet
Platform: | Size: 53248 | Author: hahbhc | Hits:

[Multimedia Developtts

Description: tts example, speak clipboard content autoamatcially
Platform: | Size: 163840 | Author: seanyzhou | Hits:

[Speech/Voice recognition/combineTTS

Description: 用C语言写的TTS程序,可以用于理解TTS的工作原理-Using C language to write the TTS procedure, can be used to understand the working principle of TTS
Platform: | Size: 206848 | Author: red | Hits:
« 12 3 4 5 6 7 8 9 10 ... 29 »

CodeBus www.codebus.net