Monday, October 22, 2007

Speech Synthesis with .NET 3.0

Very simple:
Reference System.Speech.dll

Dim synth As New Speech.Synthesis.SpeechSynthesizer
synth.SpeakAsync("Hello world.")

No comments: