vote up 1 vote down star

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.

flag

4 Answers

vote up 2 vote down check

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

link|flag
vote up 1 vote down

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|flag
Yes - an independent one. – mm2010 Nov 26 '08 at 12:02
vote up 1 vote down

A few suggestions after a wander thru the web:

link|flag
vote up 1 vote down

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|flag
Very interesting, although mm2010 indicated he didn't want to use Windows functions. – onnodb Nov 26 '08 at 17:30

Your Answer

Get an OpenID
or

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