Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_claim
Method · 0.80
_register_label
Method · 0.80
init_empty_input_info
Function · 0.80
recv_loop
Method · 0.80
load
Method · 0.80
apply_lora
Method · 0.80
base.py
File · 0.80
_refresh_local_host_aliases
Method · 0.80
_handle_decoder_result
Method · 0.80
_init_gpu_pool
Method · 0.80
reclaim_instance
Method · 0.80
run
Method · 0.80
Calls
1
append
Method · 0.80
Tested by
no test coverage detected