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

Class StreamingCallbacks

moss_tts_realtime/fast_api.py:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84@dataclass(frozen=True)
85class StreamingCallbacks:
86 on_audio_stream_start: Optional[Callable[[], None]] = None
87 on_audio_stream_stop: Optional[Callable[[], None]] = None
88
89
90class BufferedAudioTracker:

Callers 2

__init__Method · 0.85
_handle_start_turnMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected