--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.
To post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/6fe88822-8573-4ec2-8abd-29de6e96d1e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I think that code may be designed to only output the portion of the audio that it is sure about, so if future context is required to disambiguate different hypotheses, it may not output everything. It's based on the Viterbi traceback.There are other ways to do that kind of thing-- e.g. correct things later-- but they are not exposed in that demo.
On Fri, Apr 5, 2019 at 7:00 AM J Kokotinis <jkoko...@gmail.com> wrote:
--Hello,I am creating a real time decoding application in python, that uses the microphone as audio input, according to the voxforge run-live.py example (https://github.com/kaldi-asr/kaldi/tree/master/egs/voxforge/gst_demo).The issue that I am facing is that the decoder does not print all spoken audio data when I press the pause button. As I see the pause function just sets the asr to silent (line 110) and no matter how much I wait the results are not printed. They are printed only when I unpause the process and provide the decoder with more audio data.Is there any way to force the decoding process (onlinegmmdecodefaster) to decode and print all audio data, that are spoken through the microphone, each time I press the pause button?If not, which is the best approach to decode audio from microphone in real time and get all data when the process is paused?Thank you in advance!
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.
To post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/52cbde0d-54a8-4aaf-aec7-e5c81d5c3f9d%40googlegroups.com.