Been using the shell "say" to text-to-speech for Spanish. Some very beautiful new voices on the Mac Mountain lion.
Right now I have to preset the voice to eg. Paulina.
get shell("say" && "¿Cómo?")
works well
Is there a shell command way to change to voice to eg. Pablo or Javier as revSpeak doesn't work for languages with accents or upside down question marks?!
scott
using shell to select a voice
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: using shell to select a voice
Hi Scotty,
1 minute Google showed me this:
http://www.gabrielserafini.com/blog/200 ... y-command/
Basically its:
say -v Pablo "something spanish..."
And there is always the terminal: man say
Best
Klaus
1 minute Google showed me this:
http://www.gabrielserafini.com/blog/200 ... y-command/
Basically its:
say -v Pablo "something spanish..."
And there is always the terminal: man say

Best
Klaus
-
- Posts: 125
- Joined: Sat Jan 31, 2009 12:01 am
Re: using shell to select a voice
works good!
get shell("say -v Paulina" && "hola")
get shell("say -v Paulina" && "hola")
Re: using shell to select a voice
Sure it does, muchacho! 
