text2speech

所属分类:matlab编程
开发工具:matlab
文件大小:84KB
下载次数:19
上传日期:2009-10-01 01:58:52
上 传 者sundar
说明:  To perform text to speech in matlab

文件列表:
license.txt (1539, 2009-05-26)
text2speech (0, 2009-05-26)
text2speech\html (0, 2006-06-05)
text2speech\html\index.html (455, 2006-06-05)
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\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\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 Release: V7 R14 SP2 Required Products: Microsoft SAPI Description: Any text is spoken. Get started... 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. text2speech({'Hello. How are you?','It is nice to speak to you.','regards SAPI.'}) Emphasising text2speech('You can emphasis text.'); Silence text2speech('There will be silence now and speech again.'); text2speech('You can drop the pitch.'); text2speech('But you can make it jump as well.'); Other related work: Just before I put this text2speech into the file exchange, I noticed something pretty similar, written by Fahad Al Mahmood called speak: http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=4769&objectType=file This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This work is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

近期下载者

相关文件


收藏者