CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - tts
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - tts - List
[
SourceCode
]
TTS智能朗读计算系统
DL : 0
TTS智能朗读计算系统
Date
: 2010-10-11
Size
: 13mb
User
:
sunl_3388@163.com
[
Voice Compress
]
MTK手机TTS语音数据文件文件
DL : 0
MTK手机TTS语音数据文件文件希望对需要的人有帮助!
Date
: 2011-11-11
Size
: 1.85mb
User
:
kenny_95
[
Voice Compress
]
MTK手机TTS语音数据文件文件
DL : 0
MTK手机TTS语音数据文件文件,包括合成和识别数据文件,非源代码。
Date
: 2011-11-11
Size
: 1.85mb
User
:
kenny_95
[
Windows Develop
]
C#,API,TTS,声音
DL : 0
C#APP,TTS,声音
Date
: 2011-11-23
Size
: 32.01kb
User
:
Zguest@126.com
[
Windows Develop
]
Super TTS Reader
DL : 0
tts文字转语音
Date
: 2011-12-22
Size
: 63.46kb
User
:
rkq1991
[
Windows Develop
]
TTS封装库
DL : 0
TTS的封装库,方便使用
Date
: 2012-01-05
Size
: 28.06kb
User
:
hugesoft@126.com
[
AI-NN-PR
]
关于tts语音引擎的使用方法
DL : 0
关于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
Date
: 2025-07-12
Size
: 7kb
User
:
章称
[
Audio program
]
TTS
DL : 0
使用VB开发环境进行编程所实现的TTS文语转化系统的简单源程序-use VB program development environment achieved by the text language TTS system into a simple source
Date
: 2025-07-12
Size
: 33kb
User
:
[
Speech/Voice recognition/combine
]
TTS-DictPad
DL : 0
微软的SAPI里面的经典例子,简单实用,是TTS必读例子之一。-Microsoft SAPI inside a classic example of a simple, practical, TTS is a mandatory one example.
Date
: 2025-07-12
Size
: 129kb
User
:
何乐
[
Speech/Voice recognition/combine
]
tts.tar
DL : 0
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.
Date
: 2025-07-12
Size
: 3kb
User
:
xusihao
[
Embeded-SCM Develop
]
TTS-code
DL : 0
TTS语音开发示例,里面有个tts的库,可以直接调用-TTS voice development sample, which has a TTS library, you can directly call
Date
: 2025-07-12
Size
: 1.11mb
User
:
Yining Lin
[
Software Engineering
]
TTS
DL : 0
用C#实现语音技术,用于TTS文语转换技术-With C# Voice technology for TTS text-to-speech conversion technology
Date
: 2025-07-12
Size
: 2kb
User
:
陈子君
[
Speech/Voice recognition/combine
]
tts
DL : 0
基于vb和tts的语音识别小程序,能够将文字转化成语音-Vb-based speech recognition and TTS small procedures, the text can be translated into voice
Date
: 2025-07-12
Size
: 6.73mb
User
:
张艳秋
[
Speech/Voice recognition/combine
]
TTS-Reader1.5
DL : 0
TTS-Reader,TTS阅读器,delphi代码可以参考。-TTS-Reader, TTS reader, delphi code can refer to.
Date
: 2025-07-12
Size
: 306kb
User
:
smart_talk
[
Speech/Voice recognition/combine
]
tts
DL : 0
这个是关于tts的一个比较完整的设计的方案,感觉还行-This is about the TTS a more complete design of the program, I feel also line
Date
: 2025-07-12
Size
: 31kb
User
:
xushuoxun
[
Console
]
tts
DL : 0
通过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!
Date
: 2025-07-12
Size
: 948kb
User
:
sinblack
[
SCM
]
tts
DL : 0
AVR MEGA162控制语音芯片控制 OSYNO6188 TTS的代码,完成初始化及发声测试-AVR MEGA162 control OSYNO6188 TTS voice chip to control the code, complete the initialization and audible test
Date
: 2025-07-12
Size
: 2kb
User
:
derekzhang
[
Windows Develop
]
tts
DL : 0
将文本用语音方式读出,就是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
Date
: 2025-07-12
Size
: 52kb
User
:
hahbhc
[
Multimedia Develop
]
tts
DL : 0
tts example, speak clipboard content autoamatcially
Date
: 2025-07-12
Size
: 160kb
User
:
seanyzhou
[
Speech/Voice recognition/combine
]
TTS
DL : 0
用C语言写的TTS程序,可以用于理解TTS的工作原理-Using C language to write the TTS procedure, can be used to understand the working principle of TTS
Date
: 2025-07-12
Size
: 202kb
User
:
red
«
1
2
3
4
5
6
7
8
9
10
...
29
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.