# File AGTMacOsX.rb, line 81
def speak (text, voice="Vicki")
  q = '"'
  cmd = "osascript -e 'say \"#{text}\" using \"#{voice}\"'"
  `#{cmd}`
end