Where can I find the Text-to-Speech component for delphi?

I want to add instruction for text to speech input to my applications. Where can I find a Text to speech component for this. I don't want to use Windows features.

+1


source to share


5 answers


Chant SpeechKit has an infinite amount http://www.chant.net/Products/SpeechKit/Default.aspx



+2


source


I read articles by Brian Long

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 to read newsgroups, emails and articles.

+2


source


If you want a Delphi component that wraps the Windows Speech API, you can try this:

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

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

+1


source


A few suggestions after surfing the net:

+1


source


http://www.nuance.com/dragon/index.htm is a private API that helps us to recognize speech and convert text to speech

+1


source







All Articles