Re: Say command using "Organ" doesn't work
Re: Say command using "Organ" doesn't work
- Subject: Re: Say command using "Organ" doesn't work
- From: kai <email@hidden>
- Date: Mon, 20 Mar 2006 01:30:16 +0000
On 19 Mar 2006, at 09:44, Serge SÉGU wrote:
Le 19 mars 2006, à 01:52, kai a écrit :
to test_voice()
set f to path to voices as Unicode text
set l to list folder f without invisibles
repeat with i in l
set t to read file (f & i & ":Contents:Resources:VoiceDescription")
set i's contents to t's text 18 thru (17 + (ASCII number t's
character 17))
end repeat
set v to choose from list l with prompt "Please choose a voice:"
if v is not false then say "This is a sample of " & v using v
end test_voice
test_voice()
Kai, in <choose from list > I get two items "Fred " instead of
"Fred" and "Good News" ?
Just a brief postscript to this, just in case anyone was wondering.
Serge and I took the issue off-list to try and hammer out a possible
cause. Turns out that Fred had somehow managed to invade Serge's
GoodNews.SpeechVoice VoiceDescription file.
So the problem was fixed by simply replacing the affected file with a
fresh copy. Which is Good News. ;-)
---
kai
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden