Skip to content

Commit

Permalink
Increase the right chunk size of streaming paraformer to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Feb 20, 2024
1 parent c68f39b commit cbf1910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sherpa-onnx/csrc/online-recognizer-paraformer-impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbf1910

Please sign in to comment.