Guest jackthehack Report post Posted 04/17/2007 08:23 PM I am planning a multi-line multi-lingual application with tts. Can Windows load different tts engines simultaneously. Will I need a server version of the engines? Thanks, Jack Share this post Link to post
SupportTeam Report post Posted 04/17/2007 10:56 PM You can use SAPI XML tags to specify which language is to be used within the TTS text itself, allowing you to switch engines on demand. See: http://voiceguide.com/forums/index.php?showtopic=3984 http://voiceguide.com/forums/index.php?showtopic=419 Share this post Link to post
Guest jackthehack Report post Posted 04/17/2007 11:51 PM Yes, I have had success switching between languages using XML tags on a single line application. My question is: In a multiline application, for a given engine, say AT&T, can it TTS in a particular languge on one line, and simultaneously TTS in another language, on another line? Can I TTS with one engine on one line, and simultaneously TTS with another engine on another line, in the same computer? Thanks again, Jack Share this post Link to post
SupportTeam Report post Posted 04/18/2007 12:17 AM Can I TTS with one engine on one line, and simultaneously TTS with another engine on another line, in the same computer? Yes. And this will be easy for you to test. Make a script which plays a different TTS text using a different language depending on some user selection and then make two (or more) simultaneous calls into the system and select different TTS on each call - you will then be able to hear the different TTS'd languages played on the different lines at the same time. Share this post Link to post