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

Method add

lightx2v/utils/va_reader_omni.py:52–54  ·  view source on GitHub ↗
(self, byte_data: bytes)

Source from the content-addressed store, hash-verified

50 self.audio_finished = False
51
52 def add(self, byte_data: bytes):
53 self.buffer.append(byte_data)
54 self.current_size += len(byte_data)
55
56 def get(self, size=1024):
57 data = bytearray()

Callers 15

try_claimMethod · 0.80
_register_labelMethod · 0.80
init_empty_input_infoFunction · 0.80
recv_loopMethod · 0.80
loadMethod · 0.80
apply_loraMethod · 0.80
base.pyFile · 0.80
_init_gpu_poolMethod · 0.80
reclaim_instanceMethod · 0.80
runMethod · 0.80

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected