Re: Can one pause revSpeak?

2005-09-29 Thread Sarah Reichelt
You could roll your own: - at speech start, store the seconds in tStartSecs - at speech pause, calc the [approximate] number of the last word spoken: put (revSpeechSpeed / 60) * (the seconds - tStartSecs) \ into tPauseWord - at speech resume, start at the resume

Re: Can one pause revSpeak?

2005-09-29 Thread Jim Hurley
As an alternative I have put this handler into the field: on mouseUp put the clickchunk into tChunk set the tClickChunkStart of field 1 to word 2 of tChunk revstopSpeech end mouseUp And stop speech by ckicking on the point where I wish the next speech to begin on

Re: Can one pause revSpeak?

2005-09-29 Thread Jim Hurley
Message: 3 Date: Wed, 28 Sep 2005 12:22:43 -0700 From: Phil Davis [EMAIL PROTECTED] Subject: Re: Can one pause revSpeak? To: How to use Revolution use-revolution@lists.runrev.com Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1; format=flowed You could roll your own

Can one pause revSpeak?

2005-09-28 Thread Jim Hurley
I use Run Rev to read articles back to me. I find that it is a useful writing tool, both for purposes of style and finding typos. There is a big difference between the written and spoken word and it is helpful to have both at one's disposal. I have a little stack for this purpose. Very

Re: Can one pause revSpeak?

2005-09-28 Thread Phil Davis
You could roll your own: - at speech start, store the seconds in tStartSecs - at speech pause, calc the [approximate] number of the last word spoken: put (revSpeechSpeed / 60) * (the seconds - tStartSecs) \ into tPauseWord - at speech resume, start at the resume point: