Re: text to speech volume
Re: text to speech volume
- Subject: Re: text to speech volume
- From: Jesse Shanks <email@hidden>
- Date: Wed, 25 Sep 2002 11:37:27 -0700
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.