CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - speech library
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - speech library - List
[
Audio program
]
TTS_Reader
DL : 0
Text to Speech with the Microsoft Speech Library and SDK version 5.1-Text to Speech with the Microsoft Speech Li brary and SDK version 5.1
Update
: 2008-10-13
Size
: 249.31kb
Publisher
:
zhtlove2002
[
Speech/Voice recognition/combine
]
svlib_pc
DL : 0
This class library contains more than 20 classes including feature extraction algorithms (MFCC, LPCC) and modeling techniques (HMM, GMM, DTW, VQ ) for automatic speech recognition and speaker verification
Update
: 2025-02-17
Size
: 1.34mb
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
:
章称
[
Speech/Voice recognition/combine
]
ROBOTsystem
DL : 0
本程序是基于模板匹配的语音识别技术。提取语音的特征,并建立模板库。可以将语音识别技术应用于机器人。-this program is based on template matching speech recognition technology. Extraction of voice features, and the establishment of Template Library. Voice recognition can be used in robot technology.
Update
: 2025-02-17
Size
: 83kb
Publisher
:
[
Speech/Voice recognition/combine
]
svlib
DL : 0
Currently, there are more than 20 classes in this library, including commonly used feature extraction algorithms and modeling techniques for speech recognition and speaker verification. -Currently, there are more than 20 classes in this library. including commonly used feature extraction al gorithms and modeling techniques for re speech cognition and speaker verification.
Update
: 2025-02-17
Size
: 1.07mb
Publisher
:
原琴
[
Audio program
]
TTS_Reader
DL : 0
Text to Speech with the Microsoft Speech Library and SDK version 5.1-Text to Speech with the Microsoft Speech Li brary and SDK version 5.1
Update
: 2025-02-17
Size
: 249kb
Publisher
:
zhtlove2002
[
Delphi VCL
]
desktopcheat
DL : 0
1,如果没有出现精灵,请安装资源文件夹里的MSAgent核心库。 如果精灵说话时在确定已经选择了发音选项的情况下,没有语音,则请安装资源文件夹中的Text-to-speech语音库。 2,在精灵上单击右键可以弹出菜单,同样的在任务栏的主程序上也有一样的效果。 双击精灵可以弹出发言对话框,在对话框中的发言快捷键是Alt+A。 3,一台机器只可以运行一个聊天精灵,如果想进行测试,可以在参数设置里把IP地址设置成本机地址。这样可以自己给自己发送信息。 4,目前聊天精灵只有英文的Text-to-speech语音库,所以请通过英文来测试语音输出。 5,想不同的电脑之间正常的互相传递信息,请在参数设置里更改地址。-1, if there is no wizard, install the resources folder of documents MSAgent the core. If the genie in determining when he had chosen the option of pronunciation, no voice, then install the resources folder of Text-to-speech voice library. 2, the Wizard can right-click pop-up menu, the same in the task bar on the main program has the same effect. Double-click Wizard dialog can pop up to speak, the dialog of the keyboard is Alt-A. 3, a machine can only run a chat Wizard, if we want to test Parameters can be set up where it can set up IP addresses cost machine addresses. This will send their information to themselves. 4, chatting in English only Wizard of Text-to-speech voice library, So to test English through voice output. 5, think different between normal computer transfer of information,
Update
: 2025-02-17
Size
: 18.92mb
Publisher
:
张三
[
Speech/Voice recognition/combine
]
w_ipp-sample-speech-coding_b_5[1].0.014
DL : 0
intel的ipp性能库的示例代码,在多核平台下可以充分利用多核的性能实现语音编码-intel performance library of ipp sample code, in multi-core platform can take full advantage of multi-core performance to achieve speech coding
Update
: 2025-02-17
Size
: 476kb
Publisher
:
季靓
[
Speech/Voice recognition/combine
]
SoundDone
DL : 0
一个用C#编写的Wave文件的录音,播放源代码。包含 WaveLib 库,方便对Wave文件处理。-A used C# Prepared Wave file recording, playback the source code. Contains WaveLib library, Wave files to facilitate the deal.
Update
: 2025-02-17
Size
: 89kb
Publisher
:
orange
[
DSP program
]
dsPIC30F_Speech_Recognition_Library
DL : 0
dsPIC30F Speech Recognition Library.rar
Update
: 2025-02-17
Size
: 5.8mb
Publisher
:
Bai
[
DSP program
]
dsPIC_DSC_Speex_Speech_Encoding-Decoding_Library.r
DL : 0
dsPIC DSC Speex Speech Encoding-Decoding Library
Update
: 2025-02-17
Size
: 3.65mb
Publisher
:
Bai
[
AI-NN-PR
]
speech-recognition
DL : 0
Intel开发的IPP库的应用实例,包含语音识别的部分。学习IPP库和语音的同志必看-Intel developed the application of IPP library contains part of speech recognition. Learning IPP library and voice comrades must-see
Update
: 2025-02-17
Size
: 398kb
Publisher
:
algernon
[
Speech/Voice recognition/combine
]
speech-codecs
DL : 0
Intel开发的IPP库的应用实例,包含语音编码的源代码-Intel developed the application of IPP library contains the source code of speech coding
Update
: 2025-02-17
Size
: 932kb
Publisher
:
algernon
[
Windows Develop
]
sapi
DL : 0
语音识别库sdk和dll,.h文件等,及应用说明文档。-Speech Recognition Library sdk and dll,. H files, and application documentation.
Update
: 2025-02-17
Size
: 617kb
Publisher
:
kt4230105
[
Speech/Voice recognition/combine
]
yuyingshibie
DL : 0
这是一个VB6.0开发的语音识别运行程序的源代码!SAPI库请在微软网站上找-This is a development of speech recognition VB6.0 run the program s source code! SAPI library in the Microsoft Web site to find
Update
: 2025-02-17
Size
: 3kb
Publisher
:
wz
[
Other
]
MFCSpeaksEasily_src
DL : 0
Text-To-Speech capability easily, through Microsoft Speech Object Library.
Update
: 2025-02-17
Size
: 613kb
Publisher
:
Vinay Kumar Khare
[
Audio program
]
alice
DL : 0
The ALICE artificial intelligence engine. Here is the source in VB.NET. Just type in a question and she answers in speech. Works in XP or Vista.
Update
: 2025-02-17
Size
: 750kb
Publisher
:
Tom_M
[
Speech/Voice recognition/combine
]
textToSpeech
DL : 0
text to speech with microsoft speech object library.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
Maul
[
Speech/Voice recognition/combine
]
1
DL : 0
语音识别技术在数字图书馆检索系统中的应用.语音识别技术在数字图书馆检索系统中的应用.-Speech Recognition Technology in the Digital Library Retrieval System. Speech recognition technology in the digital library search system.
Update
: 2025-02-17
Size
: 358kb
Publisher
:
南才北往
[
Speech/Voice recognition/combine
]
cSharptext-to-speech-and-voice-playback
DL : 0
用c#编能将文字变换为语音并存为音频文件的程序,xp需要装微软语音库(win7自带有)-With c# code can transform text to speech audio files exist, xp need to install the Microsoft Speech Library (win7 comes with)
Update
: 2025-02-17
Size
: 464kb
Publisher
:
吴熙
«
1
2
3
4
5
6
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.