Skip to content

Commit

Permalink
chore: update online-stream.h
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
eltociear committed Aug 16, 2024
1 parent fbe35ba commit d1a9913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sherpa-onnx/csrc/online-stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class OnlineStream {
* @param frame_index The starting frame index
* @param n Number of frames to get.
* @return Return a 2-D tensor of shape (n, feature_dim).
* which is flattened into a 1-D vector (flattened in in row major)
* which is flattened into a 1-D vector (flattened in row major)
*/
std::vector<float> GetFrames(int32_t frame_index, int32_t n) const;

Expand Down

0 comments on commit d1a9913

Please sign in to comment.