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

Hi, is it possible to integrate Vosk to Termux similar to what was done [here](https://github.com/T-vK/Termux-DeepSpeech)? If yes, do you mind making a script? Thank you

Hi, when trying to create a model I'm having the following issue: ![image](https://user-images.githubusercontent.com/91077508/179131533-3488dc1b-bda0-4b3c-b340-3c60f17fe298.png) I'm using Jupyter Notebook, here is my full code: ``` import ffmpeg import subprocess import os import...

vosk api is defautly support for decoding of TDNN nnet3. I did some experiments, the TDNN-LSTM is obviously better than TDNN and the TDNN-LSTM get 3% gain comparing with TDNN....

Simplification of the test_srt.py script by moving the main part to the KaldiRecognizer class as new method.

TextResult is new method of KaldiRecognizer which return string instead of json. Issue https://github.com/alphacep/vosk-api/issues/758 solved.

I had a problem earlier today (#1076) where `vosk-transcribe` wouldn't work after installing for the first time, and the solution was to upgrade from 0.3.42 to 0.3.43 which fixed #988....

This is my first time using Vosk, so please bear with me. I'm using .NET Core 6 with C# 10, Vosk 0.3.38 and the "vosk-model-en-us-0.22-lgraph" model (renamed the folder to...

Where do I find the Romanian language model? If it does not exist, then can this be created ? How ? Thank you

Hi Nicolay, That's not a real issue, just two questions/ a brainstorming/suggestion request, about a server architecture in nodejs. I'm trying to extend my project [voskJs](https://github.com/solyarisoftware/voskJs) implementing a nodejs server...

I was wondering how to interpret the "confidence" value? Usual values I get are between ~50 to >500 and it looks like >300 is ok. Here is my setup: -...