text to speech

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
 
R

rowe_newsgroups

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/
 
J

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
 
R

rowe_newsgroups

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/
 

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

Similar Threads

Windows XP Windows XP stop text to speech 3
Generating Speech 3
text-to-speech problem 1
TEXT TO SPEECH 3
Speech - Text-to-speech 4
text to speech ??? 3
Error message "Unable to continue speech enrollment" 3
Text to Speech 1

Top