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

Hi, #1 - nuget for visual studio 2019 did NOT work. Kept telling me it couldn't find it when it was clearly there. I got around that by compiling for...

Hello, I've tried to use the "big" model from command line and it gives me and error. I've used this command `vosk-transcriber -l it -i ./folder -m /home/ale/Downloads/vosk-model-it-0.22.zip` but it...

Hello, I've tried again the multi file transcription, this time with files that do not have spaces in their names. Still it converts only the first file. This is the...

I'm not sure if I'm doing anything wrong. I wanna transcribe an audio file that's one hour long. But it seems like vosk is transcribing in realtime and the whole...

Hello, first off, thank you for this piece of software. It runs very well and is easy to use. It seems though that I ran into a bug (sorry if...

I'm trying to do speech recognition for a very simple language. I am trying to build it with my own data based on the vosk-api/training script. Building the model seems...

It would be great to be able to set the required silence/pause length after a sentence programmatically. I reduced the `min-trailing-silence` rules in the `model.conf` and it feels great typing...

Hey there devs... I'm working on a project which uses the golang bindings in this library, and I had to build a mapping layer between the json strings and golang...

Hi! I'm using **vosk-model-small-en-us-0.15** model and providing grammar in runtime (e.g. `["nose", "teeth", "hair", "[unk]"]`). The issue I'm experiencing is a lot of false positives. When using the model without...