Skip to content
Snippets Groups Projects
Commit 3aa55c33 authored by Benoit Favre's avatar Benoit Favre
Browse files

reenable acoustic state saving after endpoint

parent 882a0402
No related branches found
No related tags found
No related merge requests found
...@@ -884,7 +884,7 @@ static void gst_kaldinnet2onlinedecoder_loop( ...@@ -884,7 +884,7 @@ static void gst_kaldinnet2onlinedecoder_loop(
gst_kaldinnet2onlinedecoder_final_result(filter, clat, &num_frames, gst_kaldinnet2onlinedecoder_final_result(filter, clat, &num_frames,
&tot_like, &num_words); &tot_like, &num_words);
//fprintf(stderr, " END final_result ()\n"); //fprintf(stderr, " END final_result ()\n");
if (num_words > 0) { if (true || num_words > 0) {
// Only update adaptation state if the utterance was not empty // Only update adaptation state if the utterance was not empty
#ifdef THREADED_DECODER #ifdef THREADED_DECODER
decoder.GetAdaptationState(filter->adaptation_state); decoder.GetAdaptationState(filter->adaptation_state);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment