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

Method stop

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

Source from the content-addressed store, hash-verified

279 return (pcm_data, audio_info)
280
281 def stop(self):
282 self.model_runner = None
283 if self.chatter_proc is not None:
284 self.chatter_proc.terminate()
285 self.chatter_proc.wait()
286 self.chatter_proc = None
287 self.w2f_socket.close()
288 self.f2w_socket.close()
289
290 def __del__(self):
291 self.stop()

Callers 3

__del__Method · 0.95
stopMethod · 0.45
va_reader_omni.pyFile · 0.45

Calls 2

waitMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected