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

continous listening #118

Open satell opened 6 years ago

satell commented 6 years ago

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 to server and is listening for result but it will disconnect after period of silence ! please could you let me know what is problem how can make it continuous listening for a long period of silence ?

warp1337 commented 6 years ago

bump

sirifarif commented 4 years ago

@satell Can you share the code for your client, that sends the data to the server?

I might help in this issue, if it is still relevant.

maitrungduc1410 commented 4 years ago

Here I have complete and working code for decoding from microphone, python 2 and 3 are supported. Hope this help someone