Reply To: When will a Wave file start saving?

Home Forums OpenEars When will a Wave file start saving? Reply To: When will a Wave file start saving?

#1015562
Halle Winkler
Politepix

If you are worried that a recognition might sometimes take less time than a file write (I’m not sure I would worry about this in practice), you can keep an int property that is the number of WAV writeouts and another that is the number of returned hypotheses and do something special when a hyp returns and the number of hyps is larger than the number of WAV writeouts. It is also a good way to test whether I’m right.