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 doing a stress test on this project. I ran this project in docker, a master and 40 workers, and then sent the audio stream in real time,...

I have 1 master and 1 worker up and running, I have checked to make sure worker is up properly. I have also configured a Node.js client using **https://github.com/Kaljurand/dictate.js**. The...

Hi, I have an issue while running online decoding using websockets. My setup runs Aspire nnet3 model (http://kaldi-asr.org/models/m4). The issue is that master stop getting partial results from the worker...

During using the chain model, the worker.py will exit with Segmentation fault after I click the stop button or the cancel button on the web page. Well, the web page...

Running a master and a single worker. In the sequence below, **the second command is bad (invalid content type)**. The following valid command also returns an error. But after _that_...

Is it possible to use gst-kaldi-nnet2-online for a nnet model trained without extracting ivectors? It throws no error when I comment out _ivector-extraction-config_ line in worker's configuration, but the decoded...

frontend log: msg: 5: Send: blob: audio/x-raw, 5944 msg: 5: Send: blob: audio/x-raw, 8918 msg: 5: Send: blob: audio/x-raw, 8916 msg: 5: Send: blob: audio/x-raw, 8916 msg: 5: Send: blob:...

Hello! I'm working on a mobile application which uses Kaldi Gstreamer Server for speech recognition. In my application, users can start and end speech recognition at their will, meaning the...

Hello, I have the server installed and running one of your samples using your HTTP API interface (see below). The output from the server looks like invalid JSON data. I...

hi please I'm new to kaldi , I build and install alumae/gst-kaldi-nnet2-online and alumae/kaldi-gstreamer-server and asr is working fine using arecord -f S16_LE -r 16000 | python kaldigstserver/client.py -r 32000...