Click here to Skip to main content
15,922,015 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
Hi guys
I am gonna to develop my graduation project (it is mobile application)
And in a part of it i need to convert a text to speech any one can help me in doing that or any information about how can i do that?


thanks
Posted
Updated 27-Sep-10 5:54am
v2

If you use Windows XP then download SpeechSDK51.exe from http://www.microsoft.com/downloads/en/details.aspx?FamilyId=5E86EC97-40A7-453F-B0EE-6583171B4530&displaylang=en

Then
SpeechSyntehsizer a = new SpeechSynthesizer();
a.Speak("Hello");
 
Share this answer
 
There is an API available from MS for this purpose;

http://www.microsoft.com/speech/developers.aspx[^]
 
Share this answer
 
System.Speech.Synthesis is ideal for this.

Check my article :

Text To Speech conversion[^]

:rose:
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900