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, i am trying to use the French Model (vosk-model-fr-0.22) for Voice Recognition in NodeJS using VoskJS Source: https://github.com/solyarisoftware/voskJs/ Recognition Works flawlesslyh using an English Model, as soon as i...

Hello! I have a question. There are several words (for example, 4 words and different forms of these words) that I want to catch in speech. Translation of other words...

How to add Khmer language?

I defined grammer, in which there are two homophonic Chinese characters "摆" and "百". Now there is a sentence with the correct format of "摆料等待时间修改为一百", but always return "百料等待时间修改为一百". It...

Hi, dear author, I want to get the dictionary of vosk-model-en-us-0.22-lgraph to check every phone in a word, where can I get? Thanks very much

I have a RSocket channel, send data and recognition works. On resource cleanup, specifically on recognizer.close a SIGSEGV happens. I am using VoskApi 0.3.45 and also compiled the current master...

How do you have a docker container vosc server load with a custom library? I want to to use [vosk-model-en-us-0.42-gigaspeech](https://alphacephei.com/vosk/models/vosk-model-en-us-0.42-gigaspeech.zip) Instead of the default. Is this possible?

I made some minor go api improvements such as: - removed unnecessary error in func signature `NewModel` - improved `SetLogLevel` signature now using the `LogLevel` type

Hello, I hope you are well. I am a student engaged in a real-time STT project for my academic paper. Although I am from Kenya, I wish to develop a...