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

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node

Results 266 vosk-api issues
Sort by recently updated
recently updated
newest added

Refactor gentle code to use vosk models

help wanted

i am sending audio blob using mediarecorder to django websocket using this navigator.mediaDevices.getUserMedia({ audio: true }).then((stream) => { const mediaRecorder = new MediaRecorder(stream, { mimeType: 'audio/webm' }); const socket =...

Hello, I want to present vosk on the gradio service using the Turkish model, but I could not achieve this. I can run the code but it doesn't write anything...

Hi! I'm trying to train the model according to the instructions for colab with my own dataset. However, I have no information about the speakers. Is it possible to assign...

Is there any additional documentation or description of the Python test files? Some are pretty obvious. Some are not. Transcript_scp.py is in a separate directory, python/test. What does that one...

help wanted

The first PR seems to have died. [rutujaubale](https://github.com/alphacep/vosk-api/commits?author=rutujaubale) Made the original effort to add the feature. [Nathravorn](https://github.com/alphacep/vosk-api/commits?author=Nathravorn) fixed the build in their branch. I am now making a new PR...

I'm having memory leak issues with Vosk. By default, just starting up the program I've implemented Vosk with uses about 150mb of RAM. Everytime a user talks, the memory keeps...

Hello, I am trying to perform a training of a Vosk model. I ran the code in https://github.com/alphacep/vosk-api/blob/master/python/example/colab/vosk-training.ipynb and after several attempts I was able to run a training for...