Re: text to speech volume
Re: text to speech volume
- Subject: Re: text to speech volume
- From: "Michael P. Wilson" <email@hidden>
- Date: Wed, 25 Sep 2002 16:46:59 -0400
I'm finding this all quite amazing. Is there a definitive list of all
voices somewhere?
Please point me to TFM that I may R it and not bother the list with
such trivialities ;-p
- Mike
On Wednesday, September 25, 2002, at 02:37 PM, Jesse Shanks wrote:
on 9/25/02 9:50 AM, email@hidden at
email@hidden wrote:
I wrote an article on my site, Studio Log, that describes various ways
of
marking up speech in AppleScripts to control rate, but there isn't a
specific "volume" command:
Using Spoken Feedback in AppleScripts and Applescript Studio
Applications
http://www.blankreb.com/studioarticles.php?ID=3
However, you can set the system volume temporarily similar to setting
and
then re-setting text item delimiters:
set theVoices to {"Agnes", "Albert", "Bad News", "Bahh", "Bells",
"Boing",
"Bruce"}
set volume 0
repeat with i from 1 to count of theVoices
set volume i
say "Hello, I am " & item i of theVoices using item i of theVoices
end repeat
set volume 3
However, this also "turns down" the music temporarily.
--
Jesse Shanks
Writer & Web Developer
http://www.blankreb.com
email@hidden
530.886.0815
-
http://www.catsprite.com
http://www.digitallyobsessed.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.