Hi Thomas, As a work around I would replace all comma's with some other non-pronounceable or invisible character like a space and see if that fixes your problem. Do that before you give the sentence to the speech part of the program.
Good Luck, Rick On Mar 4, 2013, at 3:48 PM, Thomas McGrath III <[email protected]> wrote: > I am having a problem with Speech 'again'. > > The following script will only speak the text in tTTS up until the first > comma and then it stops. It does not finish tTTS or get to the tNum or the > last word "Tasks!" But I have no idea why it would do this???? > > on mouseUp > put "THE TOP ROW. ESCAPE and Function keys F1, F2, F3, F4, F5." into tTTS > put "6" into tNum > send "TASpeak" && "Expanding" && tTTS && tNum && "Tasks!" to me in 1 > millisecond > > end mouseUp > > on TASpeak pTextToSpeak > --revStopSpeech > wait until revIsSpeaking() is false --with messages > revSpeak pTextToSpeak > end TASpeak > > > Any ideas??? > > Thanks > > Tom > > -- Tom McGrath III > http://lazyriver.on-rev.com > [email protected] > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
