Perhaps he is thinking of a speech synthesizer?
On Windows this might be of help: http://en.wikipedia.org/wiki/Speech_...ming_Interface
No idea what APIs exist on other platforms, or if there is a cross-platform library for speech synthesis.
Perhaps he is thinking of a speech synthesizer?
On Windows this might be of help: http://en.wikipedia.org/wiki/Speech_...ming_Interface
No idea what APIs exist on other platforms, or if there is a cross-platform library for speech synthesis.
You need to have a speech syntherizer for the proper language. Qt won't help you with that in any way.
Thanks,maybe I can use QProcess to call the external program handling it. Would that be feasible?
Yes, you can use QProcess or a library call if a particular synthetizer is distributed as a library.
sunnysun520 (2nd July 2009)
Bookmarks