Text-To-Speech Hello World in Windows
In this post, we will use the Speech Synthesizer in the System.Speech.Synthesis namespace to convert text to speech. Create a new console app in Visual Studio: Add a reference to System.Speech: Click on the Solution->Configuration Manager: Change the platform to your current platform: Add the code: On running this, your computer will say “Hello World”. To change the voice to another voice, we can set it using SelectVoice: This … Continue reading Text-To-Speech Hello World in Windows