Hi Mark,
Thank one more for your help
I tried your script with this result:
I have a new file "talk.sh" in my application folder with the text. This part is ok
but the texttospeech don't work
(also with a string without apostrophe).
Kind regards
Jean-Marc
how to use Speech / Parole feature on osX Lion ?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: how to use Speech / Parole feature on osX Lion ?
https://alternatic.ch
Re: how to use Speech / Parole feature on osX Lion ?
Hi Jean-Marc,
Try this:
Mark
Try this:
Best,set the defaultfolder to specialfolderpath("desktop")
put unidecode(uniencode("say" && quote & "Je suis à l'école" & quote),"UTF8") \
into url "binfile:talk.sh"
put shell("chmod 755 talk.sh")
put shell("./talk.sh")
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: how to use Speech / Parole feature on osX Lion ?
Hi Mark,
Many thanks Mark, it work well
All the best from Geneva
Jean-Marc
Many thanks Mark, it work well
All the best from Geneva
Jean-Marc
https://alternatic.ch