Re: text to speech volume
Re: text to speech volume
- Subject: Re: text to speech volume
- From: Paul Skinner <email@hidden>
- Date: Wed, 25 Sep 2002 17:32:39 -0400
Or mo' better...
set prevTIDs to AppleScript's text item delimiters
set AppleScript's text item delimiters to ""
set voiceList to (list folder (path to voices)) as text
set AppleScript's text item delimiters to ".SpeechVoice"
set voiceList to text items 1 thru -2 of voiceList
set AppleScript's text item delimiters to prevTIDs
return voiceList
-->{"Agnes", "Albert", "BadNews", "Bahh", "Bells", "Boing", "Bruce",
"Bubbles", "Cellos", "Deranged", "Fred", "GoodNews", "Hysterical",
"Junior", "Kathy", "Organ", "Princess", "Ralph", "Trinoids",
"Victoria", "Whisper", "Zarvox"}
On Wednesday, September 25, 2002, at 05:07 PM, Paul Skinner wrote:
list folder (path to voices)
http://developer.apple.com/techpubs/mac/Sound/Sound-
187.html#HEADING187-0
On Wednesday, September 25, 2002, at 04:46 PM, Michael P. Wilson
wrote:
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
SNIP
--
Paul Skinner
_______________________________________________
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.