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, Does vosk support ARM GPU (e.g. Mali GPU)? Thanks

Hello, Following the vosk adaptation tutorial, I have re-compiled vosk ("vosk-model-en-us-0.22-compile") to implement some specific words in the model's vocabulary by adding sentences in the “extra.txt“ document. After this, I...

Good day, I've been trying all day to convert audio so that Vosk can work with it. The default audio format I get (from Discord) is the following: I want...

Hello, When I tried to change v0.3.42, It can be occurred not found version. Would you upload to your maven project? ``` implementation group: 'com.alphacephei', name: 'vosk-android', version: '0.3.38' ```...

D:\video\professional programming\011 Jak zostać programistą\render> vosk-transcriber -i "011 - Jak zostać programistą.ac3" -l pl vosk-model-small-pl-0.22.zip: 0.00B [00:00, ?B/s] Traceback (most recent call last): File "C:\root\Python\Python310\lib\urllib\request.py", line 1348, in do_open h.request(req.get_method(),...

Hello, Do you know if the solution supports text punctuation or how to add this functionality?

This is really just a feature suggestion to add batch mode segment based decoding to the Recognizer. Implementing this myself, I ran into the following problems: * When you call...

What Android Studio version are required for build 'vosk-android-demo' v. 0.3.38 ? In Android Studio Chipmunk | 2021.2.1 Patch 1 i can't build it.

Is it possible to install the python vosk package in alpine linux? I think it's likely that alpine uses musl rather than glibc but I'm curious to see if it's...

### Vosk Vs [Pico Voice (leopard)](https://github.com/Picovoice/leopard) **Models Used:** Vosk Model: [En-US 0.22](https://alphacephei.com/vosk/models/vosk-model-en-us-0.22.zip) Pico Voice Model: En-Inbuilt (needs access-key which can be obtained by logging in to [Pico Voice Console](https://console.picovoice.ai/login)). **Procedure:**...