Click here to Skip to main content
15,914,500 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i create a text to speach based application in .NET C #
Posted

There are[^] lots of[^] articles[^] in CodeProject about text to speech based applications in C# .NET. :)

With a simple search[^] (Keywords: SAPI, Tags: C#) you can find more! :)

Regards
 
Share this answer
 
v2
Please search[^] the internet before asking a very blunt query.
 
Share this answer
 
Hello Sir nice to meet u Again.
I have came up with the code for text to speech conversion.

Add Reference-COM-Microsoft Speech Object Library-OK

In ur application (BUTTON EVENT)
SpeechLib.SpVoice d = new SpeechLib.SpVoice();
d.Speak("ANYTEXT", SpeechLib.SpeechVoiceSpeakFlags.SVSFDefault);

IT WILL DEFINATELY WORK.
for any comments fell free to ask.
(NIK).THK u.
 
Share this answer
 

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