Ikko Eltociear Ashimine
Committed by GitHub

chore: update online-stream.h (#1264)

Fix typos.
@@ -56,7 +56,7 @@ class OnlineStream { @@ -56,7 +56,7 @@ class OnlineStream {
56 * @param frame_index The starting frame index 56 * @param frame_index The starting frame index
57 * @param n Number of frames to get. 57 * @param n Number of frames to get.
58 * @return Return a 2-D tensor of shape (n, feature_dim). 58 * @return Return a 2-D tensor of shape (n, feature_dim).
59 - * which is flattened into a 1-D vector (flattened in in row major) 59 + * which is flattened into a 1-D vector (flattened in row major)
60 */ 60 */
61 std::vector<float> GetFrames(int32_t frame_index, int32_t n) const; 61 std::vector<float> GetFrames(int32_t frame_index, int32_t n) const;
62 62