Increase the right chunk size of streaming paraformer to 3 (#588)

This commit is contained in:
Fangjun Kuang
2024-02-20 09:44:40 +08:00
committed by GitHub
parent c68f39bd3c
commit 3d2c7fad74

View File

@@ -457,7 +457,7 @@ class OnlineRecognizerParaformerImpl : public OnlineRecognizerImpl {
// (61 - 7) / 6 + 1 = 10
int32_t left_chunk_size_ = 5;
int32_t right_chunk_size_ = 2;
int32_t right_chunk_size_ = 3;
};
} // namespace sherpa_onnx