From 155f22d511d17a93626b76fab73ae2d92a2e180a Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 12 Jun 2024 16:47:44 +0900 Subject: [PATCH] Update features.h (#994) --- sherpa-onnx/csrc/features.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherpa-onnx/csrc/features.h b/sherpa-onnx/csrc/features.h index 2e4596a5..afbacd2e 100644 --- a/sherpa-onnx/csrc/features.h +++ b/sherpa-onnx/csrc/features.h @@ -119,7 +119,7 @@ class FeatureExtractor { * @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 GetFrames(int32_t frame_index, int32_t n) const;