ZINEKS
Results
2
issues of
ZINEKS
__fe_interface.c__ Line 490-498 ```c /* Try to read from prespeech buffer */ if (fe->vad_data->in_speech && fe_prespch_ncep(fe->vad_data->prespch_buf) > 0) { outidx = fe_copy_from_prespch(fe, inout_nframes, buf_cep, outidx); if ((*inout_nframes) < 1) {...