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

There would appear to be an issue with the common.h file when building the binary via DOCKER. OpenBLAS errors out and says that "you must define ARMV5,ARMV6,ARMV7". Their page [says](https://github.com/xianyi/OpenBLAS/issues/1267)...

I downloaded this `vosk-api` repo, and after installing vosk with `pip3 install vosk`, I then tried out the nodejs bindings. But the sample code failed to run: ``` ❯ node...

When I do recognition in English language and only then if I speak in other language then it gives wrong result.

Device: Microsoft Surface Pro 4 Tablet OS: Fedora 35 CPU: 4x i7-6th 3.4Ghz Hi, i just analysed why the battery drain was so high on my Surface. As i found...

I have lots of audio files in different languages and I'd like to run them through Vosk to find out which ones contain Russian speakers. I think I can get...

## Issue I'm working an a golang application that will is trying to use Vosk offline and saw the new go bindings. When I attempted to use the binding I...

I am using the standard python web socket server implementation (vosk-server/websockeet/asr_server.py). I am running with the (large) English model available from http://alphacephei.com/kaldi/vosk-model-en-us-0.22.zip. I am running at a 32k sampling rate....

Hello I appreciate your hard work and thanks for making this useful model available free. I need to add new words to the Farsi model such as some names/surnames, informal...

This is to add an ability to generate phone labels and timestamps in the Vosk recognizer output - Updated model.cc to read phone symbol table (i.e. phones.txt) - Phone table...