alumae / kaldi-gstreamer-server

Real-time full-duplex speech recognition server, based on the Kaldi toolkit and the GStreamer framwork.
BSD 2-Clause "Simplified" License
1.07k stars 341 forks source link

Multithreaded option is not working #213

Open RaniRaven opened 4 years ago

RaniRaven commented 4 years ago

I noticed that the max number of processes/threads is set to 1. Not sure if it changes anything, it seems like the master is not relaying anything to multiple workers either way.

sirifarif commented 4 years ago

You can start any number of workers, by repeating the command for starting a worker.

Please note that, if that a single instance of worker requires some RAM and process, so your hosting machine should have those resources.

Let me know, if you need more help.