Text-To-Speech/Mac OS X
Kurt Kaufman
kurtkaufman at hotmail.com
Sat Apr 13 21:21:01 EDT 2002
>From: Richard Harrison <harrison at all-auctions.com>
[...]
> > on mouseUp
> > put "The text I want spoken." into myVar
> > Do "say " "e& myVar "e as Applescript
> > end mouseUp
[...]
>
>Anyway to change voices?
Here's one way to specify a voice by name ("Princess" being a specific voice
available to the Speech Manager):
on mouseUp
put "The text I want spoken." into myVar
Do "say " "e& myVar "e& " using " "e& Princess "e as
Applescript
end mouseUp
-Kurt
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
More information about the use-livecode
mailing list