Skip to content

Speak API Updates?  #9

@HayleyO

Description

@HayleyO

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions