Welcome![Sign In][Sign Up]
Location:
Search - tts mp3

Search list

[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:

[Audio programtxt2tts_V0.1.0.1

Description: 1 声音选择 你可以选择TTS系统中不同的声音朗读 2 音量调节 你可以调整朗读音量 3 语速调节 你可以调节朗读语速 4 mp3或ogg mp3是比较通用的格式,ogg则有更好的音质。依个人喜好选择 5 音质选择 你可以选择不同的录音音质。音质越高,文件越大。 Mp3:可以在0(最高音质)与9(最小文件)之间选择 Odd:可以在-2(最小文件)与10(最高音质)之间选择 6 压制后立刻朗读 *仅在以mp3格式录音时有效 7 界面语言自动选择 界面语言根据Windows语言设置自动选择英文或简体中文-1 Voice Choice You can choose different voices in the system to read 2 Volume Adjustment You can turn the volume up or down before read 3 Speed Adjustment You can adjust the read speed before read 4 Alternative mp3 or ogg You can choose mp3 or ogg format as your favourite 5 Speech Quality You can specify the audio quality. The higher quality you record in, the larger the file is. For mp3, between 0 (high) and 9 (low) For ogg, between –2 (low) and 10 (high) 6 Instantly read after encode You can enable instant reading after encoding. * Only available in mp3 format 7 Automatic language interface complies with Windows setting The software choose English or Simplified Chinese interface automatically according to your Windows language Setting.
Platform: | Size: 1402880 | Author: 晓晨 | Hits:

[Multimedia DevelopMergeVoiceWithBackGround

Description: 这是一个Merge Wave 文件和背静 文件(Wave)的合成工具。 从mp3生成 wave的过程可以用千千静听来生成。 注意必须声称同样频谱的wave文件。 否则不能合成。 在程序中考虑了背静音乐多为较短的轻音乐,所以当北京音乐完了的时候, 会开始重复背静,直到作为前景的对象完全完毕。 最终merge出来的是不会中断的北京结果。 把wave变成mp3有很多工具,最容易的使用lame工具。 使用方法: MergeVoiceWithBackGround [前景音乐.wav] [背静音乐.wav] 这个东西是一个自做TTS工具的一部分, 总体功能(不在这里): 1.UI部分 Office 2007风格,包括文本编辑,文本分割,pattern级别的文字删除(很多从网上下载的文字有很多垃圾) 2.OCR部分 很多网络小说是图片版的, 这个程序负责把jpeg, png, bmp, wmf 等格式的文件变成txt 3.TTS部分 (TXT) 把TXT变成wave 4.埋音乐背景(就是上传的这个程序) 5.把wave转成mp3 -This is a Merge Wave files and Background documents (Wave) synthesis tool. Generated from mp3 wave the process can TTPlayer generated. Note that the same spectrum of wave files must be claimed. Otherwise it can not be synthesized. Taken into account in the program Background music for more than shorter light music, so when the the Beijing music finished, will begin repeating Beijing, until prospects objects completely finished. Eventually merge the results will not be interrupted. Mp3 to wave becomes a lot of tools, most likely to use the lame tools. Use: MergeVoiceWithBackGround prospects music. Wav] [Background music wav]
Platform: | Size: 58368 | Author: he zhendong | Hits:

[e-languageMp3--7838427VxWorks_3311LABOURERMDQ

Description: 这是一个不错的源码,TTS的价值会让你学的很高兴-This is a good source, the value of the TTS will allow you to learn very happy
Platform: | Size: 36864 | Author: ellv6112 | Hits:

CodeBus www.codebus.net