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

Hello i am using the librispeech pre trained model for my application . It is working fine with wav file but when i try to pass a raw audio file...

I made an example with english characters and greek audio on kaldi which was working fine with kaldi -streamer-server. After this test I tried greek characters, models seems to be...

@alumae this is tested with ws4py==0.5.1 and tornado==6.0.3 The problem is that is that the post_processor thing is not working.

hello: when I compile the code under gst-plugin with make, the system shows the error: [root@iZwz9ie35gy2xae00xwq4kZ gst-plugin]# make Package gstreamer-1.0 was not found in the pkg-config search path. Perhaps you...

Hello, I want to use the http-api of my gstreamer server. Unfortunately my browser (firefox) gives me an error which says that the ``Access-Control-Allow-Origin`` header is missing. Can someone here...

dear, I have some problems. My wav files asr 8k sample rate. There is no bug,but I can not get the text. worker log: ![image](https://user-images.githubusercontent.com/17797966/67567066-d2122580-f75b-11e9-8626-bdd02c69a749.png) ![image](https://user-images.githubusercontent.com/17797966/67567051-c6befa00-f75b-11e9-910c-beea52d33767.png) master.log: ![image](https://user-images.githubusercontent.com/17797966/67567088-e0f8d800-f75b-11e9-941b-27a87d8a9e2a.png)

I got this when I was trying to run the example sample_work.yaml at localhost:8888 The worker and master are both started successfully. But when I run ``` python kaldigstserver/client.py -r...

There are several issues there : [1] It seems like something is getting stuck there , when using longer audios than the super-short audio given in the example. [2] The...

I guess the official Kaldi project is the right place for this question, but I dare to ask anyway :) Has anyone tried to use a JSGF Grammar with Kaldi...

Following the instructions, I ran the client.py to detection the speech in english_test.raw. But there is only an empty string returned. I have no idea what happened, but I think...