-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi,
I'm trying to use the .Speak functionality. I see it's listed as alpha in the API, and when I run .Speak() I get pure silence. Is this unfinished functionality, or am I doing something incorrectly? Here's my code for this. I have tried setting default volume to 100, too, without much luck.
from mistyPy.Robot import Robot
if __name__ == "__main__":
ip_address = "YourIPWillBeDifferentThanMine"
misty = Robot(ip_address)
misty.Speak("Hello World")
Metadata
Metadata
Assignees
Labels
No labels