invoso.com Report post Posted 02/28/2012 08:10 AM I'm using TTS as external application, but I have only one thread. How to make access to application (app.exe) for one thread in VG VBScript module and other put in waiting room? Typically VG interpret second as error. Share this post Link to post
SupportTeam Report post Posted 02/28/2012 08:41 AM How to make access to application (app.exe) for one thread in VG VBScript module and other put in waiting room? You would need to implement any such special mechanisms yourself, or contact sales@voiceguide.com for development assistance. How fast does the TTS engine take to generate say 60 seconds of speech? Is the synthesis speed throttled in any way? Can you generate a longer sound file and see how long is the resulting sound file and how long it took to generate? It's possible that TTS generates them relatively slow and a single thread may not be sufficient for your needs anyway. You would need to decide how many threads are sufficient for your system by looking at how much use of TTS is made during the calls. What type of data do you need to speak? For overwhelming majority of data reporting cases the vocabulary is quite small you can pre-record the various phrases and just speak them back, in combination with the say number module. Share this post Link to post