text2speech

所属分类:matlab编程
开发工具:matlab
文件大小:86KB
下载次数:6
上传日期:2013-07-18 14:44:54
上 传 者amyken
说明:  Tex to speech convsersion using matlab.

文件列表:
license.txt (1539, 2011-01-25)
text2speech (0, 2011-01-25)
text2speech\html (0, 2011-01-26)
text2speech\html\index.html (607, 2011-01-26)
text2speech\html\initSpeech.html (2919, 2006-06-05)
text2speech\html\Speak.html (6199, 2006-06-05)
text2speech\html\text2speech.html (6283, 2006-06-05)
text2speech\html\tts.html (3701, 2011-01-26)
text2speech\html\unloadSpeechLibrary.html (3046, 2006-06-05)
text2speech\initSpeech.m (235, 2006-06-05)
text2speech\Speak.h (133, 2006-06-05)
text2speech\Speak.m (1744, 2006-06-05)
text2speech\text2speech.m (1779, 2006-06-05)
text2speech\tts.m (1524, 2011-01-26)
text2speech\unloadSpeechLibrary.m (265, 2006-06-05)
text2speech\wgText2Speech.dll (204800, 2006-06-05)
text2speech\wgText2Speech.lib (1794, 2006-06-05)

Version 1.0 Summary: Converts text to speech. Matlab Releases: V7 R14 SP2 and 2010a Required Products: Microsoft SAPI / .NET Description: Any text is spoken. Get started ... 1. add the text2speech folder to your Matlab path 2. Test your new function: text2speech('This is a test.') Get started, if you use SAPI (before .NET)... 1. Make sure SAPI is installed on your computer a) get the Speech SDK 5.1 (86MB) for free from Microsoft: http://www.microsoft.com/downloads/details.aspx?FamilyId=5E86EC97-40A7-453F-B0EE-6583171B4530&displaylang=en b) test your default computer voice Start->Control Panel-> Sounds,Speech...->Speech->Text To Speech->Preview Voice 2. add the text2speech folder to your Matlab path 3. Test your new function: text2speech('This is a test.') I would like to thank "Desmond Lang" for his Text-To-Speech tutorial and my wife for letting me play with the computer ;). You can find Desmond's tutorial at: http://www.gamedev.net/reference/articles/article1904.asp Example: Casual chat. tts('Hi - how are you?'); tts({'Hello. How are you?','It is nice to speak to you.','regards SAPI.'}) Emphasising (only for the SAPI version) text2speech('You can emphasis text.'); Silence (only for the SAPI version) text2speech('There will be silence now and speech again.'); text2speech('You can drop the pitch.'); text2speech('But you can make it jump as well.');

近期下载者

相关文件


收藏者