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

I'm trying to use vosk to recognition korean speech. But I don't have still good way to do it. is there any good way or website?

hello I wanted some advice on how to solve a problem, everything works fine, vosk recognizes what I say and then a voice based on what I said, leaves to...

@nshmyrev Added the VOSK model downloader for vosk-api! It scraps for models on https://alphacephei.com/vosk/models, it lists them, it downloads them, unzip and delete the zip file.. It does everything :)...

I wanted to test realtime speach recognition with large model (vosk-model-en-us-0.22) for extra accuracy. When i use result from call to PartialResult after AcceptWaveform delay is mostley acceptable, but call...

platform: windows10, vs2019 when running tect.c, error occurs: LOG (VoskAPI:Model::ReadDataFiles():src\model.cc:213) Decoding params beam=13 max-active=7000 lattice-beam=6 LOG (VoskAPI:Model::ReadDataFiles():src\model.cc:216) Silence phones 1:2:3:4:5:11:12:13:14:15 Wrong parameter 6 in LAPACKE_dsyev_work Wrong parameter 1 in LAPACKE_dsygv...

All I've found is the examples in each folder. Is there no proper documentation with all the functions/classes/modules listed out?

Hello, Your api is very useful. But I want to add a few more features, can you help? 1. I want to print only when a specific word is recognized....

i followed https://github.com/alphacep/vosk-api/tree/master/training Please tell me which files i need to create model, please tell me steps. i am also creating documentation for contribution. please check if there is any...

please share Keyword Search example with same `aar` lib ?

Hey folks :) I'm writing a program using the python version of the vosk-api and I have a few questions. I'm wondering if there's any way to make the recogniser...