Re: getting a list of voices
Re: getting a list of voices
- Subject: Re: getting a list of voices
- From: Martin Orpen <email@hidden>
- Date: Fri, 09 Jul 2004 23:52:11 +0100
on 9/7/04 9:03 pm, Hamish Graham at email@hidden wrote:
>
So is there a better way to get a list of voices, I'm running 10.3.4.
Don't know, but it's odd that there is a difference between what you get if
you grab the list from System Preferences:
tell application "System Preferences"
activate
end tell
tell application "System Events"
tell process "System Preferences"
click button "Speech" of scroll area 1 of window "System
Preferences"
delay 1
click radio button "Default Voice" of tab group 1 of window "Speech"
delay 1
get value of static text of every row of table 1 of scroll area 1 of
tab group 1 of window "Speech"
end tell
end tell
--> {{"Agnes"}, {"Albert"}, {"Bad News"}, {"Bahh"}, {"Bells"}, {"Boing"},
{"Bruce"}, {"Bubbles"}, {"Cellos"}, {"Deranged"}, {"Fred"}, {"Hysterical"},
{"Junior"}, {"Kathy"}, {"Pipe Organ"}, {"Princess"}, {"Ralph"},
{"Trinoids"}, {"Vicki"}, {"Victoria"}, {"Whisper"}, {"Zarvox"}}
And what you see in the voices folder...
"Good News" is in my folder (10.3.4), but it's missing from the voices list
in System Prefs.
--
Martin Orpen
Idea Digital Imaging Ltd -- The Image Specialists
http://www.idea-digital.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.