MCPcopy Create free account
hub / github.com/NyarchLinux/DesktopPuppet / set_mouth_amplitude

Method set_mouth_amplitude

src/interaction_server.py:24–25  ·  view source on GitHub ↗
(self, amplitude: float)

Source from the content-addressed store, hash-verified

22 return self.model_manager.do_motion(motion)
23
24 def set_mouth_amplitude(self, amplitude: float) -> None:
25 return self.model_manager.set_mouth_amplitude(amplitude)
26
27 def set_settings(self, settings: dict) -> None:
28 return self.model_manager.set_settings(settings)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected