Fix endpointing with microphone (#64)

This commit is contained in:
Fangjun Kuang
2023-02-25 14:30:44 +08:00
committed by GitHub
parent e4b79ad34b
commit fb1e24bebb
4 changed files with 15 additions and 6 deletions

View File

@@ -232,6 +232,8 @@ static void sherpa_decode_frame(const AVFrame *frame, SherpaOnnxOnlineRecognizer
fprintf(stderr, "%s\n", r->text);
}
DestroyOnlineRecognizerResult(r);
Reset(recognizer, stream);
}
nb_samples = 0;
}