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 installing wheel build on i586 or arm arches, this fails with module vosk not being found. ``` ERROR: Could not find a version that satisfies the requirement vosk==0.3.43 (from...

Hello @nshmyrev @nnkalita and Team. We tried to use and after big time investing, it is working, We want to use for disability education purpose. We are in India and...

Hello, I am generating subtitles for a video using "vosk-transcriber -i video.mp4 -t srt -o video.srt". Can you help me to know how to make the generated subtitles have only...

Issue https://github.com/alphacep/vosk-api/issues/1117. How to run: 1) You have to download small and big model for your language and place it here Path.home() .cache/vosk - it will be done auto in...

Hello, Usual apologies for being a rank amateur newbie with the usual obligatory "OMG thank you so much ... finally I can do what I've dreamed of for years". I'm...

Hi, I have downloaded the model compile file from link [https://alphacephei.com/vosk/models/vosk-model-en-us-0.22-compile.zip](url) and while running the `compile-graph.sh` to compile graph in kaldi, I got a following error like below ``` root@MAK:~/kaldi/tools/model/vosk-model-en-us-0.22-compile#...

I went to pull the latest release (0.3.43), but pip is telling me that version 0.3.43 is not available. Here's the command output that I get when trying to upgrade...

What is the minimum Windows (11) installation to send speech via microphone to a Vosk-server hosted on docker in local network?

I am writing a short paper on [JustSayIt.jl]( https://omlins.github.io/JustSayIt.jl) for the JuliaCon 2022 Conference Proceedings based on my conference [talk](https://www.youtube.com/watch?v=W7oQb7pLc04) ([abstract](https://pretalx.com/juliacon-2022/talk/H3N8UN/)). Do you have any publication on the Vosk Speech...

I want to build a new grammar with a text.txt, all the commands are ok but the last one: farcompilestrings --fst_type=compact --symbols=words.txt --keep_symbols text.txt | \ ngramcount | ngrammake |...