up vote 1 down vote favorite
share [g+] share [fb]

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.

link|improve this question

feedback

4 Answers

up vote 2 down vote accepted

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

link|improve this answer
feedback

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.

link|improve this answer
Yes - an independent one. – private Nov 26 '08 at 12:02
feedback

A few suggestions after a wander thru the web:

link|improve this answer
feedback

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.

link|improve this answer
Very interesting, although mm2010 indicated he didn't want to use Windows functions. – onnodb Nov 26 '08 at 17:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.