kaldi-gstreamer-server
kaldi-gstreamer-server copied to clipboard
Real-time full-duplex speech recognition server, based on the Kaldi toolkit and the GStreamer framwork.
From time to time I get the "Waiting for EOS from decoder" in /opt/worker.log as below. Any ideas why? Thanks! 2019-03-26 23:00:03 - DEBUG: __main__: : Got message from server...
Hi guys, when you follow [this](https://raw.githubusercontent.com/bmilde/ambientsearch/master/INSTALL_KALDI) installation guide you will run into syntax errors with the latest tornado version. Manually downgrading to version 5.1.1 did the trick for me. Best...
Dear Team I have trained ASR model using KALDI and want to make this ASR System available over internet using Kaldi Gstreamer and web based Dictate.js tools ,so please tell...
I would like to run our custom kaldi tdnn model on Gstreamer Server. But Im having hard time for writing our own nnet2.yaml file. Would you mind if I ask...
I didnt find an option to set this function. If anyone could help, thank you!
Hi, I am trying to transcribe a long file (~19 minutes) with a lot of silence in the middle of it. From the logs I see that at the beginning...
Hi, I have received status: 5 from kaldi gstreamer, which is not mentioned in the documentation. I think it has something to do with the encoding, but can you please...
I downloaded librispeech model from [test folder](https://github.com/alumae/kaldi-gstreamer-server/blob/master/test/models/download-librispeech-nnet2.sh) and used [your's librispeech yaml](https://github.com/alumae/kaldi-gstreamer-server/blob/master/librispeech_english_nnet2.yaml). There was no response transcript to the client side. It seemed like decoder was resetting state forever. I...
Hi, I just wanted to ask, is there any way to rescore the lattice using recurrent neural network language model with the current kaldi-gstreamer setup? Thanks a lot!
Dear Alumae, I have changed VAD threshold to 0.04 in decoder.py for gst cutter. But some garbage is still being decoded for signal below this threshold (RMS amplitude of about...