Welcome![Sign In][Sign Up]
Location:
Search - speech library

Search list

[Audio programTTS_Reader

Description: 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
Platform: | Size: 255290 | Author: zhtlove2002 | Hits:

[Speech/Voice recognition/combinesvlib_pc

Description: 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
Platform: | Size: 1405952 | Author: 站长 | 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:

[Speech/Voice recognition/combineROBOTsystem

Description: 本程序是基于模板匹配的语音识别技术。提取语音的特征,并建立模板库。可以将语音识别技术应用于机器人。-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.
Platform: | Size: 84992 | Author: | Hits:

[Speech/Voice recognition/combinesvlib

Description: 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.
Platform: | Size: 1126400 | Author: 原琴 | Hits:

[Audio programTTS_Reader

Description: 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
Platform: | Size: 254976 | Author: zhtlove2002 | Hits:

[Delphi VCLdesktopcheat

Description: 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,
Platform: | Size: 19841024 | Author: 张三 | Hits:

[Speech/Voice recognition/combinew_ipp-sample-speech-coding_b_5[1].0.014

Description: 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
Platform: | Size: 487424 | Author: 季靓 | Hits:

[Speech/Voice recognition/combineSoundDone

Description: 一个用C#编写的Wave文件的录音,播放源代码。包含 WaveLib 库,方便对Wave文件处理。-A used C# Prepared Wave file recording, playback the source code. Contains WaveLib library, Wave files to facilitate the deal.
Platform: | Size: 91136 | Author: orange | Hits:

[DSP programdsPIC30F_Speech_Recognition_Library

Description: dsPIC30F Speech Recognition Library.rar
Platform: | Size: 6085632 | Author: Bai | Hits:

[DSP programdsPIC_DSC_Speex_Speech_Encoding-Decoding_Library.r

Description: dsPIC DSC Speex Speech Encoding-Decoding Library
Platform: | Size: 3825664 | Author: Bai | Hits:

[AI-NN-PRspeech-recognition

Description: Intel开发的IPP库的应用实例,包含语音识别的部分。学习IPP库和语音的同志必看-Intel developed the application of IPP library contains part of speech recognition. Learning IPP library and voice comrades must-see
Platform: | Size: 407552 | Author: algernon | Hits:

[Speech/Voice recognition/combinespeech-codecs

Description: Intel开发的IPP库的应用实例,包含语音编码的源代码-Intel developed the application of IPP library contains the source code of speech coding
Platform: | Size: 954368 | Author: algernon | Hits:

[Windows Developsapi

Description: 语音识别库sdk和dll,.h文件等,及应用说明文档。-Speech Recognition Library sdk and dll,. H files, and application documentation.
Platform: | Size: 631808 | Author: kt4230105 | Hits:

[Speech/Voice recognition/combineyuyingshibie

Description: 这是一个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
Platform: | Size: 3072 | Author: wz | Hits:

[OtherMFCSpeaksEasily_src

Description: Text-To-Speech capability easily, through Microsoft Speech Object Library.
Platform: | Size: 627712 | Author: Vinay Kumar Khare | Hits:

[Audio programalice

Description: 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.
Platform: | Size: 768000 | Author: Tom_M | Hits:

[Speech/Voice recognition/combinetextToSpeech

Description: text to speech with microsoft speech object library.
Platform: | Size: 5120 | Author: Maul | Hits:

[Speech/Voice recognition/combine1

Description: 语音识别技术在数字图书馆检索系统中的应用.语音识别技术在数字图书馆检索系统中的应用.-Speech Recognition Technology in the Digital Library Retrieval System. Speech recognition technology in the digital library search system.
Platform: | Size: 366592 | Author: 南才北往 | Hits:

[Speech/Voice recognition/combinecSharptext-to-speech-and-voice-playback

Description: 用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)
Platform: | Size: 475136 | Author: 吴熙 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net