Speech API

  • Thread starter Thread starter Mr Mind - Lion
  • Start date Start date
M

Mr Mind - Lion

DirectSS API - Microsoft Direct Text to speech API is not rounning in
VS.NET 2003. Does any body know y? although it was running in VS.NET
2002 but in VS.NET 2003 it is not running. Is this a bug of VS.NET
2003?

Any answer will highly be appreciated.
Thanx.
 
Hi,

Sorry for the delay. I added a reference to the microsoft
speech object lib 5.0 in the com tab. This code worked in vs.net 2003.

Dim voice As New SpeechLib.SpVoice

voice.Speak("Hello Mr. Mind", SpeechLib.SpeechVoiceSpeakFlags.SVSFlagsAsync)


Ken
 
Back
Top