5.0

5.0 | 5 ratings Rate this file 105 Downloads (last 30 days) File Size: 86.16 KB File ID: #11297

text2speech - tts

by Wolfgang Garn

 

04 Jun 2006 (Updated 25 Jan 2011)

Converts text to speech.

Editor's Notes:

This file was selected as MATLAB Central Pick of the Week

| Watch this File

File Information
Description

Any text is spoken.
 
Get started ...
1. add the text2speech folder to your Matlab path
2. Test your new function:
   tts('This is a test.')

Examples:
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 <EMPH> emphasis </EMPH> text.');

Silence (only for the SAPI version)
text2speech('There will be silence now <SILENCE MSEC=''500''/> and speech again.');

text2speech('You can <pitch middle=''-10''/> drop the pitch.');
text2speech('But you can make it <pitch middle=''+10''/> jump as well.');

*SAPI: Speech SDK 5.1 from Microsoft

Microsoft's TTS Namespace
http://msdn.microsoft.com/en-us/library/system.speech.synthesis.ttsengine(v=vs.85).aspx

Microsoft's Synthesizer Class
http://msdn.microsoft.com/en-us/library/system.speech.synthesis.speechsynthesizer(v=vs.85).aspx

MATLAB release MATLAB 7.10 (2010a)
Other requirements .NET or Microsoft SAPI (Speech SDK 5.1, Visual C++ 2005 or 2008)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (14)
17 Apr 2007 Nathan Miller

Works beautifully!

03 Nov 2007 bharath kumar

hi when i try to execute this code it says Undefined function or variable loadlibrary
can anyone plz help me

21 Jun 2009 marian nasry

thanks for this code very much , but i've one question : how can I control the speed of the speech;
please help me

24 Jul 2009 Wolfgang Garn

Speed tag: <rate absspeed="5">, relative speed <rate speed="2"> Values are between -10 and +10.
See XML TTS tutorial (http://msdn.microsoft.com/en-us/library/ms717077(VS.85).aspx ) for more information.

10 Sep 2009 M

I get stuck when loading the speech library.

This program calls MATLAB's loadlibrary function, which in turn calls the function loaddefinedlibrary. At that point, MATLAB hangs. I let it go for a few minutes and then have to force-quit MATLAB from the Task Manager. I don't get an error message, so I am not sure I have the same error as people who do get an error message about not having a module installed.

Any idea how to fix this issue? I guess it is more general than text2speech but am wondering if anyone ran across this error while using the program.

11 Mar 2010 Jonathan Cofino

My computer also hangs when I attempt to use the 'text2speech' function. It worked great in MS XP, but not in MS Vista. very odd.

11 May 2010 Blake

Sorry... I missed a single quote mark.. should read

text2speech (['count backward from' int2str(k) 'by sevens']);

30 Jun 2010 Charles

I'm running:
Matlab 7.10.0 (R2010a)
Win 7, 64bit
I get the following message upon running
text2speech('Hello')
??? Error using ==> loadlibrary at 480
There was an error loading the library "C:\Users\charlie\Documents\MATLAB\Sounds\text2speech\wgText2Speech.dll"
C:\Users\charlie\Documents\MATLAB\Sounds\text2speech\wgText2Speech.dll is not a valid Win32 application.

Error in ==> text2speech at 59
    loadlibrary('wgText2Speech','Speak.h');

Caused by:
    Error using ==> loaddefinedlibrary
    C:\Users\charlie\Documents\MATLAB\Sounds\text2speech\wgText2Speech.dll is not a valid Win32 application.

Question: Could you provide the source code to be re-compiled in the 64bit OS?
Thanks!

25 Jan 2011 Wolfgang Garn

I have observed that issue as well and provided a new function based on .NET - use "tts('Hello World')" instead of text2speech. The .NET approach is significantly easier than the previous one. Please let me know whether the "emphasise", "silence", etc. features would be useful in the new version.

30 Jan 2011 susrutha gongalla

but we need to download the microsoft SAPI first rite..???

31 Jan 2011 srinu

How can i store the speech output in .wav format.? Please help.

02 Feb 2011 Wolfgang Garn

If you just use the "tts" function, then you should not have to download SAPI - in particular if you use Windows 7 or Vista.

08 Feb 2011 grega  
11 Oct 2011 Debejyo Chakraborty  
Please login to add a comment or rating.
Updates
24 Jul 2009

Matlab 2009 release (version 7.8+) usage of SpeechSynthesizer recommended.

25 Jan 2011

Added function "tts" which uses .NET (but has no special voice features yet as in the previous text2speech version), but overcomes "Visual C++ 2005 or 2008 requirement".

Tag Activity for this File
Tag Applied By Date/Time
sound Wolfgang Garn 22 Oct 2008 08:27:50
text2speech Wolfgang Garn 22 Oct 2008 08:27:50
speak Wolfgang Garn 22 Oct 2008 08:27:50
sapi Wolfgang Garn 22 Oct 2008 08:27:51
text to speech Wolfgang Garn 22 Oct 2008 08:27:51
potw Cristina McIntire 07 Nov 2008 13:03:11
tts Wolfgang Garn 27 Jan 2011 09:30:27
sapi siddalingesh tenginakai 10 Feb 2011 00:56:14
pick of the week Jiro Doke 11 Feb 2011 20:00:20
text2speech Jonathan C. Lansey 05 May 2011 22:40:33
text to speech Jonathan C. Lansey 05 May 2011 22:40:36
tts Newton 19 Oct 2011 13:43:03

Contact us at files@mathworks.com