Skip to content

Commit

Permalink
Update kaldi_recognizer.h
Browse files Browse the repository at this point in the history
  • Loading branch information
qo6xup6 authored Sep 22, 2020
1 parent f97383c commit 9fc094a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kaldi_recognizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class KaldiRecognizer {
void CleanUp();
void UpdateSilenceWeights();
bool AcceptWaveform(Vector<BaseFloat> &wdata);
bool GetSpkVector(Vector<BaseFloat> &xvector, int *frames);
bool GetSpkVector(Vector<BaseFloat> &out_xvector, int *frames);
const char *GetResult();
const char *StoreReturn(const string &res);

Expand Down

0 comments on commit 9fc094a

Please sign in to comment.