游雁
2023-05-08 63f1496cbb9d1cf5893a77489a9c8e5ef589ccf0
funasr/bin/asr_inference_rnnt.py
@@ -174,7 +174,7 @@
        self.streaming = streaming
        self.simu_streaming = simu_streaming
        self.chunk_size = max(chunk_size, 0)
        self.left_context = max(left_context, 0)
        self.left_context = left_context
        self.right_context = max(right_context, 0)
        if not streaming or chunk_size == 0: