Implement Text to Speech in .NET with these 3 simple steps. You can make your computer speak any sentence in this simple text to speech in .NET
Today lets see how to do text to speech in .NET
to do it
first lets add reference to speech lib
1) add the reference to system.speech (If not present, Install Microsoft Speech Application Programming interface - SAPI )
2) Now lets create an instance of class
SpeechSynthesizer (System.Speech.Synthesizer.SpeechSynthesizer)
3) there is a method called speak to convert text to speech