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

Hello I want to train new words in Persian model, but I couldn't find the steps! How can I re-train the model with my own words!? What should my dataset...

Hello, What are the steps to deploy this solution on cloud, like registering the model and building the scoring script. I want to implement this as a solution for my...

Hi there, I'm trying to use the vosk-api library on a system with glibc version 2.21 installed. However, the library currently only supports glibc version 2.27 or higher. Is it...

How to maximize vosk module accuracy? I use the «large» model Thanks codes: model = Model("vosk-model-fa-0.5") wf = wave.open("audio.wav", "rb") rec = KaldiRecognizer(model, wf.getframerate()) while True: data = wf.readframes(8000) if...

I am trying to find a offset and duration of a sentence said in a audio file But because the ASR is not guaranteed 100% accurate result I can’t use...

I searched for docs, or docstrings in source code, but couldn't find a nice summary of what the options for output were, so figured I'd ask here and it might...

Hello, im newbie at VOSK. Trying to compile small model with extra.dic and extra.txt Process starts fine but after few checking just stops, here is a log: # bash compile-graph.sh...

Hello! I have a SRT (subtitles) file with the text but not the time. I wondered if with Vosk API I could get the time for each text "lines" by...

Hi, in my everyday work-routine I have some repetitive tasks, which I need go through many times. So I would like to automate it with some speech commands. I found...