text to speech

  • Thread starter Thread starter Jordi
  • Start date Start date
J

Jordi

Hi group,

Anyboby know wich is the control (.ocx .dll) like text-to-speech in vb6, but
in .Net?
I downloaded msAgent, speech control panel, genie.exe ... but I can't find
the control for add to my project!

Any idea?

Best regards,

Jordi
 
Hi group,

Anyboby know wich is the control (.ocx .dll) like text-to-speech in vb6, but
in .Net?
I downloaded msAgent, speech control panel, genie.exe ... but I can't find
the control for add to my project!

Any idea?

Best regards,

Jordi

I've always used System.Speech for my text-to-speech. Not sure if its
available outside Window's Vista or not.

Thanks,

Seth Rowe [MVP]
http://sethrowe.blogspot.com/
 
Hi Seth,

I'm using XP Prof. vb.net 2005, framework 2.0
I can't find system.speech, is it avalaible in framework 3.0 only?

best regards,
Jordi
 
Hi Seth,

I'm using XP Prof. vb.net 2005, framework 2.0
I can't find system.speech, is it avalaible in framework 3.0 only?

best regards,
Jordi

From what I can tell System.Speech is just a wrapper over the SAPI
libraries. Vista uses SAPI 5.3, and XP uses SAPI 5.1, so some features
will only be available on Vista boxes.

As far as framework versions I'm not sure what version is required to
use System.Speech, although since the original SAPI libraries are COM
based, I'm sure you can reference them from any .NET framework
version.

Here's a link that might help you out (where I just got the above
information)

http://www.mperfect.net/speechSamples/

Thanks,

Seth Rowe [MVP]
http://sethrowe.blogspot.com/
 
Back
Top