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

Related to issue #1015, I think the problem is line 117 in vosk-api\python\vosk\\\__init__.py ` urlretrieve(MODEL_PRE_URL + str(model_name.name) + ".zip", str(model_name) + ".zip", reporthook=reporthook, data=None) ` An alternative like requests.get() works...

Hi, I am testing VOSK on Android and when instantiate Recognizer app crashes. I use following code: ``` private void startRecording() { try { Log.i("VOSK","START"); StorageService.unpack(context, "model-en-us", "model", (tempModel) ->...

### Issue Title: Questions about Adding Phrases in the Dynamic Graph Update ### Issue Description: In this example, we demonstrate how to add phrases in the dynamic graph update using...

Dear author. I have a small project and only need to recognize a limited number of words. Is there any way to change the vosk word list? I'm hoping to...

I uploaded a 3 mins audio file and used the vosk-model-en-us-0.22 model to transcript it but got no transcript then i uploaded various recordings of different lengths some being 3...

Hi There, I'm using vosk sdk for unity and working fine just for english i have different users with different custom words i did use KeyPhrase feature on english and...

[https://alphacephei.com/vosk/adaptation](url) After I updated the language model according to this tutorial, it can only recognize the words I added, and can no longer recognize the original words in the model

Help! Socorro! Modelo de reconhecimento "vocal" [vosk-model-pt-fb-v0.1.1-20220516_2113](https://alphacephei.com/vosk/models/vosk-model-pt-fb-v0.1.1-20220516_2113.zip) está com algum problema... Ao carregar no software SubtitleEdit para a transcrição de vídeo, o mesmo "trava" e =>> finaliza

Hi , I used C++ to call your compiled library in windows ,when I use the vosk_recognizer_accept_waveform interface(accept const char* data), the recognize result is perfect, but when I use...

Hi, I am working on a project that uses ALSA to capture words and phrases from a microphone which is then passed onto Vosk-Api (in c) to convert into text....