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

Hey guys! i was wondering if this library would still work on sdk levels below 21 (like 19). EDIT: also if you know other libraries that have support for android...

Should be lowercase actually

0.3.42 works, 0.3.43 doesn't ![image](https://user-images.githubusercontent.com/2886672/182013702-f5f84bdf-bd35-4046-9a25-04e1ee1b55f3.png)

I'm trying to get vosk to work inside nodeJS on Windows: * Window 10 21H1 (OS Build 19043.1288) * NodeJS v16.10.0 * npm 7.24.2 * vosk 0.3.32 But i get...

The code is working good in windows 10. But i am trying to run this in my Ubuntu 20.04 LTS x64. Each time i run it gives me this error...

There are projects like https://github.com/Babilinski/vosk-stt-unity and https://github.com/Yeti47/Vosk4Unity Eventually we need to have our own project for that.

Hi, I'm working on a node.js version that relies on WASM version of vosk rather than a locally installed one (i.e., binding). I have successfully compiled a wasm version using...

I'm tring to load [vosk-model-pt-fb-v0.1.1-20220516_2113](https://alphacephei.com/vosk/models/vosk-model-pt-fb-v0.1.1-20220516_2113.zip) but i keep receving this error: ``` --------------------------------------------------------------------------- Exception Traceback (most recent call last) c:\NPS\Speech_recognition\vosk\vosk_test.ipynb Cell 4' in () ----> [1](vscode-notebook-cell:/c%3A/NPS/Speech_recognition/vosk/vosk_test.ipynb#ch0000006?line=0) model.recognize_vosk(audio) File c:\Users\OI417144\Anaconda3\envs\Speech\lib\site-packages\speech_recognition\__init__.py:1677, in...

Just wondering if anyone has integrated this into React Native (ios and android)?

Hello, I'am using the nodejs client, i found that the transcription result is so bad? Did you have the same problem ?Are there some micro configuration to do ? or...