MCPcopy Create free account
hub / github.com/ModelTC/LightX2V / start

Method start

lightx2v/utils/va_reader_omni.py:252–255  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

250 logger.warning("recv loop interrupted")
251
252 def start(self):
253 self.launch_chat_server()
254 self.recv_thread = threading.Thread(target=self.recv_loop)
255 self.recv_thread.start()
256
257 def has_voice(self, duration) -> bool:
258 if self.audio_info is None or self.audio_buffer.current_size == 0:

Callers 2

startMethod · 0.45
va_reader_omni.pyFile · 0.45

Calls 1

launch_chat_serverMethod · 0.95

Tested by

no test coverage detected