• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Changing voice in VoiceOver
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing voice in VoiceOver


  • Subject: Re: Changing voice in VoiceOver
  • From: André Renault <email@hidden>
  • Date: Mon, 15 Nov 2010 07:43:23 -0500

That barely shows up on my phone. Heh! Thanks a ton, my friend'll appreciate it immensely. This mailing list is amazing!

Sent from my iPhone

On Nov 15, 2010, at 12:26 AM, Brian Christmas <email@hidden> wrote:


On 15/11/2010, at 1:12 PM, André Renault wrote:

Makes sense. Not to be rude, but are there any more changes to be made? I already sent 3 follow-ups to this guy.

Thanks for all your help, much appreciated.

Sent from my iPhone

BIG grin, well since you asked so nicely, this version is fractionally faster. Use it if you're game to send it to your friend. Anyone else care to see if it can be sped up? If the App could be left open and called somehow, instead of closing it each time? Can that be done? Perhaps don't send it on yet until the jury's out?

property TheVoices : {"Alex", "Fred", "Vicki"}

on run
tell application "VoiceOver Utility"
activate
tell application "System Events" to tell process "VoiceOver Utility"
tell window "VoiceOver Utility"
select row 3 of table 1 of scroll area 1
select radio button "Voices" of tab group 1 of group 1
click pop up button 1 of tab group 1 of group 1
set TempVoice to get value of pop up button 1 of tab group 1 of group 1
set COV to count of TheVoices
repeat with x from 1 to COV
if item x of TheVoices = TempVoice then
if x = COV then
set theVoice to item 1 of TheVoices
else
set theVoice to item (x + 1) of TheVoices
end if
exit repeat
end if
end repeat
click menu item theVoice of menu 1 of pop up button 1 of tab group 1 of group 1
click button 1
say theVoice using theVoice
end tell
end tell
end tell
end run

Regards

Santa

And what, you ask, was the beginning of it all?
And it is this......
Existence that multiplied itself
For sheer delight of being
And plunged with numberless trillions of forms
So that it might
find
itself
innumerably

Sri Aurobindo




Do not post admin requests to the list. They will be ignored. AppleScript-Users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: Archives: http://lists.apple.com/archives/applescript-users This email sent to email@hidden
References: 
 >Changing voice in VoiceOver (From: André Renault <email@hidden>)
 >Re: Changing voice in VoiceOver (From: André Renault <email@hidden>)
 >Re: Changing voice in VoiceOver (From: Brian Christmas <email@hidden>)
 >Re: Changing voice in VoiceOver (From: André Renault <email@hidden>)
 >Re: Changing voice in VoiceOver (From: Brian Christmas <email@hidden>)
 >Re: Changing voice in VoiceOver (From: André Renault <email@hidden>)
 >Re: Changing voice in VoiceOver (From: Brian Christmas <email@hidden>)
 >Re: Changing voice in VoiceOver (From: André Renault <email@hidden>)
 >Re: Changing voice in VoiceOver (From: Brian Christmas <email@hidden>)

  • Prev by Date: Re: do shell script undesired behaviour (!)
  • Next by Date: Re: do shell script undesired behaviour (!)
  • Previous by thread: Re: Changing voice in VoiceOver
  • Next by thread: Re: Changing voice in VoiceOver
  • Index(es):
    • Date
    • Thread