Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ set_tts_engine
Function
set_tts_engine
JARVIS/speech.py:56–58 ·
view source on GitHub ↗
(engine)
Source
from the content-addressed store, hash-verified
54
55
56
def
set_tts_engine(engine):
57
global TTS_ENGINE
58
TTS_ENGINE = engine
59
60
61
def
speak(text):
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected