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

Real-time full-duplex speech recognition server, based on the Kaldi toolkit and the GStreamer framwork.

Results 102 kaldi-gstreamer-server issues
Sort by recently updated
recently updated
newest added

Hi, while running a worker and first start decoding a "raw" audio file type, everything works fine. As soon as I change the codec to something like "alaw", it gives...

Hi Devs, I made an acoustic and language model using the scripts from steps and utils folder copied from wsj and used the nnet2 to train pnorm. I successfully made...

Here is the worker.log `2020-08-03 06:30:54 - INFO: __main__: Opening websocket connection to master server 2020-08-03 06:30:54 - INFO: __main__: Opened websocket connection to server 2020-08-03 06:30:54 - DEBUG: __main__:...

Hello, I'm using this project with a nnet3 chain model but i have faced a problem that the VAD dosen't work well lead to the missing of some words in...

I am trying to record from microphone using this command: arecord -f S16_LE -r 16000 | python kaldigstserver/client.py -r 32000 - **However I get this error on the client output:**...

is it possible to have continuous connection with websocket to decode microphone or any stream to text? I made a websocket connection its sending audio from microphone or audio file...

Hi, thanks for you open source the code. I follow the step in README. everything goes well and I can run "gst-inspect-1.0 onlinegmmdecodefaster". error after I run "python kaldigstserver/worker.py -u...

Piping one hour long audio stream to the python client, and partial results are coming in via websockets, it works for quite some time, however, eventually it crashes, worse part...

Hello, I have configured Server and it works perfectly. But it outputs the word 'OR' even on no speech input. `2020-05-17 10:35:59 - INFO: decoder2: a59efb51-d3e9-4c0f-8621-dd29609122be: Got partial result: TMB...

I have installed everything as per documentation and when i try to test the installation using the command `python kaldigstserver/client.py -r 32000 test/data/english_test.raw` i get the OUTPUT as only `THE.`...