Home
> Uncategorized > Speaking clock in VB.NET
Speaking clock in VB.NET
I never realized how easy it is to use SAPI in .NET, I developed a "Speaking clock" with just these three lines of code:
Dim
Voice As SpeechLib.SpVoiceVoice =
New SpeechLib.SpVoiceVoice.Speak(DateTime.Now.ToShortTimeString(), SpeechLib.SpeechVoiceSpeakFlags.SVSFlagsAsync)
This needs a reference to SAPI 5.1. (Microsoft Speech Object Library)
Categories: Uncategorized
Comments (0)
Trackbacks (0)
Leave a comment
Trackback