On Friday, April 19, 2002, at 05:20 PM, Rick Harrison wrote:

> Is there one for changing the speed of the voices too?

Try this:

on mouseUp
put "The text [[rate 50]] I want spoken." into myVar
Do "say " & quote & myVar & quote as Applescript
end mouseUp

Look here for all you can put into the text to be spoken:
http://developer.apple.com/techpubs/mac/Sound/Sound-193.html

(For example, learn about [[ rate ... ]] here:
http://developer.apple.com/techpubs/mac/Sound/Sound-200.html
http://developer.apple.com/techpubs/mac/Sound/Sound-190.html#MARKER-9-93
)

I found "say" options with "Open Dictionary..." in the Script Editor.

Dar Scott

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to