Skip to content

Instantly share code, notes, and snippets.

@marciogranzotto
Last active May 29, 2017 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marciogranzotto/d440f2bd2eea9a888399778d03ec01f2 to your computer and use it in GitHub Desktop.
Save marciogranzotto/d440f2bd2eea9a888399778d03ec01f2 to your computer and use it in GitHub Desktop.
set voiceList to {"Agnes", "Kathy", "Princess", "Vicki", "Victoria", "Bruce", "Fred", "Junior", "Ralph", "Albert", "Bad News", "Bahh", "Bells", "Boing", "Bubbles", "Cellos", "Deranged", "Good News", "Hysterical", "Pipe Organ", "Trinoids", "Whisper", "Zarvox"}
repeat
repeat with voice in voiceList
tell application "System Events" to delay 3.0
tell application "Finder" to say "Clarice!" using voice
end repeat
end repeat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment