vosk-server icon indicating copy to clipboard operation
vosk-server copied to clipboard

WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries

Results 96 vosk-server issues
Sort by recently updated
recently updated
newest added

Hi! Can help me to identify what i'm doing wrong that after some transcriptions i got an Segmentation fault (core dumped) I sent audio chunks of 30 seconds to transcribe,...

First time creating an issue (ever) so i'm sorry in advance for eventual mistakes or misconceptions. After extensively testing the vosk STT capabilities for my specific context (very short utterances...

How can I compile vue example? https://github.com/alphacep/vosk-server/tree/master/client-samples/vue I try to compile vue example on MacOs with m2,but I am failed Can you tell more information about vue example Nodejs version?...

ERROR:websockets.server:Error in connection handler Traceback (most recent call last): File "/usr/lib/python3/dist-packages/websockets/protocol.py", line 827, in transfer_data message = await self.read_message() File "/usr/lib/python3/dist-packages/websockets/protocol.py", line 895, in read_message frame = await self.read_data_frame(max_size=self.max_size) File...

Good morning sir, I am not completely sure I understand what you write here: ======================================================== "You can cross-compile for RPi, it is much faster. We are doing it here: https://github.com/alphacep/vosk-api/blob/master/travis/Dockerfile.dockcross...

Hi, in Firefox 102.0.1 (64-bit) I get this error in `voice_client_with_audio_worklet.js` line 72: Uncaught (in promise) DOMException: AudioContext.createMediaStreamSource: Connecting AudioNodes from AudioContexts with different sample-rate is currently not supported. Context:...

Hello, Is there a way to switch models without the need to restart the service for ASR server GPU? same as in https://github.com/alphacep/vosk-server/pull/206#issue-1425745792 Thanks!

Hi, thanks for the great project. I believe I found some odd behavior on the Python ASR Server - Websocket and it is 100% reproducible: Trying to detect the word...

I'm using vosk freeswitch plugin to do speech recognization, and playAndGetDigits function to play an audio to user while doing speech recognization. There is a problem that while user is...