Increase the right chunk size of streaming paraformer to 3 (#588)
This commit is contained in:
@@ -457,7 +457,7 @@ class OnlineRecognizerParaformerImpl : public OnlineRecognizerImpl {
|
|||||||
// (61 - 7) / 6 + 1 = 10
|
// (61 - 7) / 6 + 1 = 10
|
||||||
|
|
||||||
int32_t left_chunk_size_ = 5;
|
int32_t left_chunk_size_ = 5;
|
||||||
int32_t right_chunk_size_ = 2;
|
int32_t right_chunk_size_ = 3;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace sherpa_onnx
|
} // namespace sherpa_onnx
|
||||||
|
|||||||
Reference in New Issue
Block a user