MCPcopy Create free account
hub / github.com/RobotTelevision/CrowAssistant / process_text

Function process_text

CrowAssistant.py:306–312  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

304
305
306def process_text(text):
307 global mute
308 global Running
309 global Sleeping
310 print(text)
311 if not mute and not Sleeping and Running:
312 handle_completed_sentence(text)
313
314mute = False
315recorder = None

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected