Using Sphinx3, if the audio input file to be decoded is long, then I start getting:
MFC buffer size(14994 frames) < actual#frames(40167 frames) FATAL_ERROR: "utt.c", line 149: Cannot read file Forced exit
Is there an option or something to be able to process these long file ?
Thanks a lot.
I am kind of stuck with this. Somebody else must have had the same problem.
the way I solve this is by resetting the decoder whenever theere is a long silence.
Log in to post a comment.
Using Sphinx3, if the audio input file to be decoded is long, then I start getting:
MFC buffer size(14994 frames) < actual#frames(40167 frames)
FATAL_ERROR: "utt.c", line 149: Cannot read file
Forced exit
Is there an option or something to be able to process these long file ?
Thanks a lot.
I am kind of stuck with this. Somebody else must have had the same problem.
the way I solve this is by resetting the decoder whenever theere is a long silence.