views:

729

answers:

4

I want to add text to speech user guided instruction to my applications. Where can I find a Text to speech component to do that. I do not want to use the Windows functions.

+1  A: 

If you just want a Delphi component that 'wraps' the Windows speech API, you could try this:

http://www.o2a.com/dtalk.htm

However, if you want a complete speech synthesizer which is totally independent of the Windows system, that's a different problem.

Roddy
Yes - an independent one.
mm2010
+2  A: 

Chant SpeechKit has everithing you need http://www.chant.net/Products/SpeechKit/Default.aspx

+1  A: 

A few suggestions after a wander thru the web:

boost
+1  A: 

I read the Brian Long articles

http://www.blong.com/Conferences/DCon2002/Speech/Speech.htm http://www.blong.com/Conferences/DCon2002/Speech/SAPI51/SAPI51.htm

And wrote my own. I use this all day long to read newsgroups, emails and articles.

Cesar Romero
Very interesting, although mm2010 indicated he didn't want to use Windows functions.
onnodb