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 249 vosk-api issues
Sort by recently updated
recently updated
newest added

Привет! Для улучшения работы Vosk я решил добавить в словарь моделей некоторые специфичные слова. Для этого я пользовался этой инструкцией https://alphacephei.com/vosk/lm. Адаптация прошла успешно о чем свидетельствует вывод ниже, однако,...

I tried the train as Shmyrev said. It was difficult to set up the environment of kaldi but it was meaningful to me. I Used this script https://github.com/alphacep/vosk-api/blob/master/android/lib/build-vosk.sh#L112 When the...

I was imported vosk but I have this error

I've downloaded a new model for vosk, but how do I tell it to use that one instead of the old one?

With the small English model, the recognizers with grammar behave as expected: `[unk]` is recognized if a sentence is spoken that is clearly something different from what is specified in...

I tried to run vosk on nodejs after following all the steps, i'm finding two problems at the moment: 1) When i start the command that launches the `micInstance.start();` it...

This PR contains a refactored version of the nodejs bindings using typescript. This enables autocompletion and static code analysis when including the library in typescript or javascript projects. JSDocs is...

Is it possible to add custom words to vosk-model-en-us-0.22 using Linux and then run the model in Python in Windows 10? The model is pretty good, but it does not...

Hi Team, I am using Vosk api for continous speech recognition in an android application. The offline ASR works very well and by supplying grammar word list the recognition has...