Re: Speech and commas

2013-03-04 Thread Robert Brenstein
On 04.03.2013 at 17:55 Uhr -0500 Thomas McGrath III apparently wrote: on mouseUp put "THE TOP ROW. ESCAPE and Function keys F1, F2, F3, F4, F5." into tTTS put "6" into tNum send "TASpeak" && "Expanding" && quote & tTTS & quote && tNum && "Tasks!" to me in 1 millisecond end mouseUp

Re: Speech and commas

2013-03-04 Thread Thomas McGrath III
Ok, after reworking it a dozen times I cam up with a weird but understandable solution. I had to surround the variable with quote to force revSpeak to see it as a quoted line of text. Since the tNum variable only has one word in it revSpeak seems to handle it just fine but because the tTTS has c

Re: Speech and commas

2013-03-04 Thread BNig
Hi Thomas, looks like a bug in revSpeak to me. put "THE TOP ROW ESCAPE and Function keys F1, F2, F3, F4, F5." into tTTS replace "," with ";" in tTTs works and seems to have the same effect on pronounciation as a comma. Kind regards Bernd -- View this message in context: http://runtime-revo

Re: Speech and commas

2013-03-04 Thread Rick Harrison
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 I

Re: Speech and commas

2013-03-04 Thread Paul Hibbert
I can't figure out why, but it is the commas causing the issue, replacing them with stops allows the speech to complete the full sentence. Using exactly the same sentence in Text Edit allows the speech to complete with commas. Paul On 2013-03-04, at 12:48 PM, Thomas McGrath III wrote: > I am