CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - tts delphi
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - tts delphi - List
[
Other resource
]
关于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
Update
: 2008-10-13
Size
: 7.75kb
Publisher
:
章称
[
Speech/Voice recognition/combine
]
TTS-Reader1.5
DL : 0
TTS-Reader,TTS阅读器,delphi代码可以参考。
Update
: 2008-10-13
Size
: 305.59kb
Publisher
:
smart_talk
[
Speech/Voice recognition/combine
]
2005323104543
DL : 0
这是微软 TTS 语音引擎(SAPI 5.1)DELPHI 应用的详细说明。可惜是英文的。:( 如果哪位前辈有空,请帮忙翻译一下。)-This is Microsoft TTS voice engine (SAPI 5.1) Delphi applications elaborate. Unfortunately, it is in English. : (Which predecessors If available, please help translate what.)
Update
: 2025-02-17
Size
: 258kb
Publisher
:
ljf
[
Multimedia Develop
]
dzyyym
DL : 0
Update
: 2025-02-17
Size
: 595kb
Publisher
:
lzy
[
Delphi VCL
]
TTS语音编程 5.1
DL : 0
Microsoft Speech SDK5.1语音编程,用于设计语音程序设计.-Microsoft Speech SDK5.1 voice programming for the design of voice programming.
Update
: 2025-02-17
Size
: 192kb
Publisher
:
邓振华
[
Button control
]
tts语音编程 5.1
DL : 0
Update
: 2025-02-17
Size
: 252kb
Publisher
:
王小明
[
Other
]
Delphi_TTS_1
DL : 0
一个Delphi开发TTS的例子。 使用 Speech Control 适合Delphi初学者-Delphi TTS an example. Use Speech Control for Delphi beginners
Update
: 2025-02-17
Size
: 192kb
Publisher
:
杨晶
[
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
Update
: 2025-02-17
Size
: 7kb
Publisher
:
章称
[
Delphi VCL
]
200592811442677236
DL : 0
用delphi写的杀毒软件的源程序,我没有用过,请大家看看(不是我写的)。-use antivirus software to write the source code, I have not used, please take a look at the (not written by me).
Update
: 2025-02-17
Size
: 37kb
Publisher
:
To
[
Delphi VCL
]
TTSReader
DL : 0
中英文混合朗读软件发布 TTS Reader1.5 -mixed Chinese and English reading software release TTS Reader1.5 mixed Chinese and English reading software release TT S Reader1.5
Update
: 2025-02-17
Size
: 304kb
Publisher
:
zhjq1
[
Other Games
]
Wordgame
DL : 0
大富翁背单词游戏 一个掷骰子的背单词游戏,程序特点: 1。采用glscene制作的3d拼图 2。采用ibm的tts语音合成 3。自动拼图9宫图最短路径算法-Monopoly back a dice word game word games back, the program features: 1. Glscene produced using 3d puzzle 2. Using ibm
Update
: 2025-02-17
Size
: 310kb
Publisher
:
fu
[
Game Program
]
20076814241926
DL : 0
一个采用类似大富翁游戏模式的背单词软件,使用了ibm tts语音合成组件,外带3维9宫图游戏。delphi源码-A similar pattern Monopoly game on the back word software, used ibm tts speech synthesis components, 3-dimensional outer Palace 9 puzzles. delphi source
Update
: 2025-02-17
Size
: 125kb
Publisher
:
admin
[
Multimedia Develop
]
SAPI
DL : 0
Update
: 2025-02-17
Size
: 279kb
Publisher
:
Ray Chao
[
Speech/Voice recognition/combine
]
TTS-Reader1.5
DL : 0
TTS-Reader,TTS阅读器,delphi代码可以参考。-TTS-Reader, TTS reader, delphi code can refer to.
Update
: 2025-02-17
Size
: 306kb
Publisher
:
smart_talk
[
Multimedia Develop
]
tts
DL : 0
tts example, speak clipboard content autoamatcially
Update
: 2025-02-17
Size
: 160kb
Publisher
:
seanyzhou
[
Delphi VCL
]
mspec
DL : 0
Monster Speech for Delphi 4 uses TTS and speech API for produce speech and sound files.
Update
: 2025-02-17
Size
: 66kb
Publisher
:
Antonio
[
Multimedia Develop
]
txt2wav
DL : 0
用Delphi编写文本tts 保存到 wav 文件-TTs with delphi use sap5.1 text to wave
Update
: 2025-02-17
Size
: 199kb
Publisher
:
choney
[
Delphi VCL
]
20076814241926
DL : 0
一个采用类似大富翁游戏模式的背单词软件,使用了ibm tts语音合成组件,外带3维9宫图游戏。delphi源码 -A similar pattern on the back the word Monopoly game software, used ibm tts speech synthesis components, take away 3-D 9 Palace puzzles. delphi source
Update
: 2025-02-17
Size
: 136kb
Publisher
:
liulan3726
[
Delphi/CppBuilder
]
MS TTS
DL : 0
how to us microsoft tts in delphi7
Update
: 2025-02-17
Size
: 349kb
Publisher
:
hawk77
[
Other
]
delphi文字转语音tts例程
DL : 1
delphi源代码,文字转语音例程。tts例程。(Delphi text to voice TTS routine)
Update
: 2025-02-17
Size
: 304kb
Publisher
:
KDK42H4L5XN8S7DF5G
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.