kaldi-gstreamer-server icon indicating copy to clipboard operation
kaldi-gstreamer-server copied to clipboard

When will gstreamer server return status=1 (i.e. No speech) ? And what will happen next ?

Open taomanwai opened this issue 5 years ago • 0 comments

I read source code: https://github.com/alumae/kaldi-gstreamer-server/blob/master/kaldigstserver/worker.py

Does it mean if PyKaldi advance_decoding() is invoked but no extra num of frames decoded for long time (> 5s), server will return status=1?

After status=1 is returned , web socket will be closed immediately?

taomanwai avatar Aug 02 '19 06:08 taomanwai