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:
However, if you want a complete speech synthesizer which is totally independent of the Windows system, that's a different problem.
Roddy
2008-11-26 11:53:28
Yes - an independent one.
mm2010
2008-11-26 12:02:43
+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
2008-11-26 13:33:48
Very interesting, although mm2010 indicated he didn't want to use Windows functions.
onnodb
2008-11-26 17:30:30