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, I'm currently planning to use Vosk for implementing speech recognition in Wine: The Wine project is generally pretty strict about code quality and the use of external libraries, meaning...

Can vosk support UWP arm64 paltform, use on Hololens2 device.

Hello! Is it possible to train our own custom models like these: https://github.com/alphacep/kaldi-android-demo/releases using Vosk? What steps shouls we take after the index database is filled with data? Thank you!

Wanted a documentation of changes for each release: * breaking changes * features * fixes The documentation should improve integration of new releases and reduce number of questions.

This patch adds support for building Vosk-API under FreeBSD. A couple of notes: I didn't see a good place to stick the build script, so I create a 'misc' directory....

I used Kaldi recognizer on my voice assistant (Mycroft.ai) for two years. When I setted all things up I checked deepspeech and kaldi with some models found around internet, and...

![image](https://user-images.githubusercontent.com/19368094/165633115-938fdd20-9406-4ef2-a5c3-417582cf96b8.png) C:\Users\bleh0\source\vosk-api\csharp\demo\VoskDemo.csproj : error NU1101: Unable to find package Vosk. No packages exist with this id in source(s): C:\Users\bleh0\source\vosk-api\csharp\nuget I followed the csharp tutorial exactly and then it gave me...

i was wondering if you could help me build from source on my mac. i tried building python module, running it requires me to have compiled ```libvosk.dyld```. i see docker...

I have been testing Vosk in Java using sockets, and each connection may use a different model as it may require a different language. I have seen that after each...

vosk 0.3.37 Do I need to deal with this WARNING ? ``` LOG (VoskAPI:RebuildRepository():determinize-lattice-pruned.cc:283) Rebuilding repository. LOG (VoskAPI:RebuildRepository():determinize-lattice-pruned.cc:283) Rebuilding repository. LOG (VoskAPI:RebuildRepository():determinize-lattice-pruned.cc:283) Rebuilding repository. WARNING (VoskAPI:CheckMemoryUsage():determinize-lattice-pruned.cc:316) Did not reach requested...