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

When loading the model only once and running decoding on same file with each time new recognizer, results are different. **Setup** * `vosk==0.3.32` * `vosk-model-en-us-0.22` **Test** Run decoding on each...

As python/example/test_srt.py, how can I reset samples_round_start_ to zero after rec.Result() so I can keep the "start" of rec.Result() always to be zero

Hi, i would like to try Vosk with Freeswitch for some automatic keyword recognition in voip calls (yes, no, numbers, etc) and see how far i get. But it's a...

I am trying to use vosk's microphone service in a c# application but I don't know how to import it. I've tried binding the jar but I still couldn't find...

Hello! Don't mind if I will make a PR with CMake build for cross platform builds and packaging (and write docs for how-tos) After that I would try to package...

Hi Nickolay! I've started using the vosk-api, and I've had a few utterances where the output was worse compared to when doing decoding with kaldi's tcp binary (stuff like no...

Could you explain to me what is the exact audio file requirements ? I don't understand why it works when I convert MP3 to WAV but it doesn't when I...