MCPcopy Create free account
hub / github.com/OpenMOSS/MOSS-TTS-Nano / start

Method start

text_normalization_pipeline.py:57–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 self._error = error
56
57 def start(self) -> None:
58 with self._lock:
59 if self._started:
60 return
61 self._started = True
62 self._thread = threading.Thread(target=self._run, name="wetext-preload", daemon=True)
63 self._thread.start()
64
65 def ensure_ready(self) -> TextNormalizationSnapshot:
66 with self._lock:

Callers 2

mainFunction · 0.95
ensure_readyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected