Page 1 of 1

Converting Speak

PostPosted: Sun Nov 26, 2023 12:46 pm
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

Re: Converting Speak

PostPosted: Sun Nov 26, 2023 2:45 pm
by matt (support)
Code: Select all
indigo.server.speak("hello there", waitUntilDone=True)

Re: Converting Speak

PostPosted: Mon Nov 27, 2023 4:11 pm
by DomoPat
Thank you ! :D