MCPcopy 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
56def set_tts_engine(engine):
57 global TTS_ENGINE
58 TTS_ENGINE = engine
59
60
61def speak(text):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected