Return to Snippet

Revision: 52246
at October 18, 2011 06:32 by jimfred


Initial Code
using System.Speech.Synthesis;
...
    SpeechSynthesizer Speech = new SpeechSynthesizer();
    Speech.Speak("Pass");

Initial URL
http://www.redmondpie.com/converting-text-to-speech-in-a-c-wpf-application/

Initial Description


Initial Title
C# Speech example

Initial Tags
c#

Initial Language
C#