C# Speech example


/ Published in: C#
Save to your folder(s)



Copy this code and paste it in your HTML
  1. using System.Speech.Synthesis;
  2. ...
  3. SpeechSynthesizer Speech = new SpeechSynthesizer();
  4. Speech.Speak("Pass");

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.