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

Method _mark_started

moss_tts_realtime/fast_api.py:126–131  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

124 self._finished = False
125
126 def _mark_started(self) -> None:
127 if self._started:
128 return
129 self._started = True
130 if self.callbacks.on_audio_stream_start:
131 self.callbacks.on_audio_stream_start()
132
133 def finish(self) -> None:
134 if self._finished:

Callers 2

decode_framesMethod · 0.95
flushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected