Converting Speak

Use this forum to post specific questions you may have when trying to convert an AppleScript to Python. Answers may also include pointers to plugins that would help.
User avatar
DomoPat
Posts: 210
Joined: Sat Jul 17, 2010 10:35 am
Location: Toulouse, France

Converting Speak

Post by DomoPat »

And what about having indigo talk in Python ? I saw the command somewhere and can't fid it anymore, how do I have a phrase spoken in Python script ?

Thank you,

Patrick
User avatar
matt (support)
Site Admin
Posts: 21453
Joined: Mon Jan 27, 2003 1:17 pm
Location: Texas
Contact:

Re: Converting Speak

Post by matt (support) »

Code: Select all

indigo.server.speak("hello there", waitUntilDone=True)
Image
User avatar
DomoPat
Posts: 210
Joined: Sat Jul 17, 2010 10:35 am
Location: Toulouse, France

Re: Converting Speak

Post by DomoPat »

Thank you ! :D
Post Reply

Return to “Help Converting from AppleScript”