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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top