(self)
| 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, |