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

Search list

[OtherDelphi_TTS_1

Description: 一个Delphi开发TTS的例子。 使用 Speech Control 适合Delphi初学者-Delphi TTS an example. Use Speech Control for Delphi beginners
Platform: | Size: 196608 | Author: 杨晶 | Hits:

[Speech/Voice recognition/combinecb_Spectrum

Description: 用vc编的用于语音的频谱的检测,可以显示语音的频谱图。-It is used to detect spectral of speech and display the spectralgram.
Platform: | Size: 260096 | Author: 陈真 | Hits:

[Speech/Voice recognition/combineresmidi

Description: 用VC编的用于语音的录音和播放,可实时显示。-This software is developed with VC which is mainly used to record and play speech,furthermore,it can be displayed realtime.
Platform: | Size: 268288 | Author: 陈真 | Hits:

[Speech/Voice recognition/combineHTK-3.0.tar

Description: 用于语音识别,基于HMM模型,用C++语言编写。可用连续语音识别-It is based on HMM Model and developed with C++ which could be used to continuous speech recognition.
Platform: | Size: 1539072 | Author: 吴昊 | Hits:

[Speech/Voice recognition/combinehmm_matlab

Description: 基于HMM的语音识别matlab软件,可防止数据溢出等错误-This speech recognition software based on HMM algorithm.It can prevent many errors such as data overflow effectively.
Platform: | Size: 71680 | Author: 吴昊 | Hits:

[Voice Compress清浊音检测

Description: 语音信号的清浊音的提取是研究语音信号的一个必经的过程,如何提取清浊音也是很多初学者面临的问题-Detecting the voice and unvoice is a primily process to study speech signal.How to detect it is also the big problem to the most learner.
Platform: | Size: 163840 | 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:

[Voice Compress基于ACELP算法的编解码

Description: 本程序是基于ACELP算法编写的语音编解码程序,里面有两个程序例子,一个是编码程序,另一个是解码程序。-This is a speech codec based on ACELP algorithm,there are two examples in it,one is the encoder,anther is decoder.
Platform: | Size: 2482176 | Author: 吴中平 | Hits:

[Speech/Voice recognition/combinetraditionalsp

Description: 语音信号的频域处理,语音虽然是一个时变、非平稳的随机过程。但在短时间内可近似看作是平稳的。因此如果能从带噪语音的短时谱中估计出“纯净”语音的短时谱,即可达到语音增强的目的。由于噪声也是随机过程,因此这种估计只能建立在统计模型基础上。利用人耳感知对语音频谱分量的相位不敏感的特性,这类语音增强算法主要针对短时谱的幅度估计。 -voice signals in the frequency domain processing, voice is a time-varying, nonstationary random process. But in a short period of time can be approximated as smooth. So if Noisy Speech from the short-term spectrum estimate "pure" voice of the short-term spectrum, and reached speech enhancement purposes. As the noise is random process, which can only be estimated based on statistical models based on. Use ear perception of voice spectrum component of the phase sensitive to the characteristics of such speech enhancement algorithms targeted at the rate of short-term spectral estimation.
Platform: | Size: 1024 | Author: 罗飞 | Hits:

[Voice CompressG.729原版源代码

Description: 语音编码的原程序,是在国外的网站下来的,没有改动可以直接在软电话下使用!-speech coding the original procedure is outside the site down, no changes may be directly in the use of soft phone!
Platform: | Size: 1093632 | Author: 石笑天 | Hits:

[Speech/Voice recognition/combineSpeech_src

Description: 简单的语音合成程序(text to speech),从事此方面的,可以参考他的引擎-simple speech synthesis (text to speech), engaged in this aspect, he can refer to the engine
Platform: | Size: 28672 | Author: 玉贤哲 | Hits:

[Multimedia DeveloptestSpeech

Description: Microsoft speech api用法,文本自动阅读-Microsoft speech api usage, automatic text reading
Platform: | Size: 28672 | Author: 孙西勐 | Hits:

[Speech/Voice recognition/combine语音识别程序

Description: 完成语音的输入,采集,处理和识别,以实现对小车的控制。具体可参见《声控小车结题报告》,在语音识别程序文件夹内-complete voice input, the collection, handling and identification, in order to achieve the control of the car. See specific "voice-activated car guitar that report," Speech Recognition procedure within folders
Platform: | Size: 8254464 | Author: 丁学明 | Hits:

[Multimedia Develop2005112914141886886

Description: 现今市面上流行的一些英语学习软件,在广告词上经常说自己使用了国际顶尖的全程语音TTS技术,能进行整段英文的流利朗 读,并能自由调节朗读的速度与频率等。那么,这个神奇的TTS究竟是什么东西呢?   其实,TTS是微软出品的一套文字朗读引擎(Text-To-Speech Engine),这些英语软件就是调用它来进行英文朗读的。我们在英语 学习软件的编程开发中也可使用TTS技术,下面笔者将利用Visual Basic 5.0来揭开TTS神秘的面纱。 -current fashion for the English learning software, in the words often said that the use of the international voice of the entire process leading TTS technology, the entire paragraph reads English fluently, and can freely adjust the reading speed and frequency. Well, the magic TTS what exactly is? In fact, Microsoft TTS is the product of a set of text-engine (Text-To-Speech Engine), which is software called English for the English it read aloud. We in the English learning software programming also can use TTS technology, following the author will use Visual Basic 5.0 to open TTS mysterious veil.
Platform: | Size: 69632 | Author: 小炒撒 | Hits:

[Speech/Voice recognition/combinedtw-new

Description: DTW (Dynamic Time Warping)源程序,广泛应用于语音识别等领域,可以用于相似曲线的对齐。(用winrar进行解压)-DTW (Dynamic Time Warping) source. widely used in areas such as speech recognition, which can be used similar to the curve alignment. (Using WinRAR for decompression)
Platform: | Size: 2008064 | Author: 王选 | Hits:

[Speech/Voice recognition/combinecol

Description: 一个什么都能做的语音处理软件,Manual segmentation of speech waveforms - creates label files which can be used to train speech recognition systems Waveform editing - cutting, copying or pasting speech segments Formant analysis - displays formant tracks of F1, F2 and F3 Pitch analysis Filter tool - filters speech signal at cutoff frequencies specified by the user Comparison tool - compares two waveforms using several spectral distance measures Speech degradation -can do what a voice processing software, Manual segmentation of speech waveforms- crea tes label files which can be used to train speech recognition systems Waveform editing- cuttin g, copying or pasting speech segments Formant ana P <0.05-displays formant tracks of F1, F2 and F3 Pitch analysis Filter tool-filters sp eech signal at cutoff frequencies specified by the user Comparison tool-compares two wavefor ms spectral distance using several measures Sp eech degradation
Platform: | Size: 412672 | Author: 威威 | Hits:

[Speech/Voice recognition/combinecdhmm

Description: 语音识别与合成的书籍,可以帮助你了解语音信号处理的基本知识-speech recognition and synthesis of books, I can help you find the voice signal processing basic knowledge
Platform: | Size: 55296 | Author: 樊星 | Hits:

[Speech/Voice recognition/combinepitch_autoc

Description: 是语音识别中基音检测程序,可帮助检测一段语音的基因 -is Speech Recognition pitch detection procedures can help detect the gene for voice
Platform: | Size: 6144 | Author: 吴龙梅 | Hits:

[DSP programSpecSubTD_Boll79

Description: 基于谱减法的语音增强在MATLAB实现源程序-speech enhancement in MATLAB source
Platform: | Size: 2048 | Author: 陈智颖 | Hits:

[Booksaudio_dsp

Description: 语音信号处理的书籍。 详细介绍了语音信号处理领域的情况-voice signal processing books. Details of the speech signal processing areas of
Platform: | Size: 23527424 | Author: 陈智颖 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net