MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / speak

Function speak

projects/JARVIS.PY/JARVIS2.0.py:18–21  ·  view source on GitHub ↗
(audio)

Source from the content-addressed store, hash-verified

16
17
18def speak(audio):
19 # Function to speak the given text
20 engine.say(audio)
21 engine.runAndWait()
22
23
24def wishMe():

Callers 2

wishMeFunction · 0.70
JARVIS2.0.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected