vosk-server
vosk-server copied to clipboard
WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
I found a problem when building docker/Dockerfile.kaldi-vosk-server with option `--build-arg KALDI_MKL=1`. It fails with error: `make: *** No rule to make target '/opt/kaldi/tools/OpenBLAS/install/lib/libopenblas.a', needed by '[libvosk.so](https://libvosk.so/)'. Stop.` If force install...
**Context**: Eagi send the last audio chunk, then eag close and stop connection immediately. At that time, the asr_server is processing this audio chunk and send the reponse but the...
I am trying to use vosk as a streaming ASR with new vocabulary but it not worked as expected (in my definition of hotwords). If I create word liste with...
After doing a container scan for the kaldi-en image, the scanner find 33 critical and 244 high vulnerabilities. Would it possible to upgrade the OS/dependencies and push new images to...
Currently there is no Docker image for Persian (Farsi/fa). If there is not intention to not include it, I can make a PR, adding Dockerfile for it.
### I'm trying to start the server but it doesn't start and doesn't return any errors. Any ideas? #### Command to start the server: ``` docker run -d -p 2700:2700...