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

Method start

lightx2v/utils/va_controller.py:148–154  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

146 self.reader = OmniVAReader(
147 rank=self.rank,
148 world_size=self.world_size,
149 stream_url=self.audio_path["data"],
150 sample_rate=self.audio_sr,
151 segment_duration=segment_duration,
152 prev_duration=prev_duration,
153 target_rank=self.target_reader_rank,
154 model_runner=model_runner,
155 huoshan_tts_voice_type=self.audio_path.get("huoshan_tts_voice_type", None),
156 stream_config=self.stream_config,
157 va_recorder=self.recorder,

Callers

nothing calls this directly

Calls 1

barrierMethod · 0.80

Tested by

no test coverage detected