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

In [transcriber.py#L102](https://github.com/alphacep/vosk-api/blob/6f7fe0e417848f4a9c65cb6d5130d0d98fed4538/python/vosk/transcriber/transcriber.py#L102) in the section where `output_type == "json"` the local variable `monologue` is referenced before assignment (see code and traceback below): ```python elif self.args.output_type == "json": monologues = {"schemaVersion":"2.0",...

Contiinue of https://github.com/alphacep/vosk-api/issues/1078 Fix for names with `'`, also work with spaces.

Currently the transcriber processes the whole input file. From the beginning to the end. It would be very useful to be able to pass a start time offset and/or a...

Hi I wanted to get the confidence score for each word and run two different language models and compare the confidence score in both of the language models. How can...

Hi! I have a problem with speech recognition through a microphone using NAudio. ```cs public class VoskDemo { static VoskRecognizer? rec; static WaveFileWriter? writer; private static void WaveInOnDataAvailable(object? sender, WaveInEventArgs...

I am getting this as soon as I get to the new VoskRecognizer line... My C# code is built as x64. My app is just a simple WinForm. In the...

Hey, what's up, bro? First, I would like to apologize about my English, I'm not an American, but I am trying my best. Well, my idea is taken a lot...

Hey. Do you have plans to publish a new release? TIA

So we can use bigger ones on mobile more efficiently

Good afternoon, I would really appreciate if you could help you understand a little about Vosk, it is for a school project. I understand that it makes a prediction from...