alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
7.38k stars 1.04k forks source link

can't install library on C++ #1420

Closed Lie2264 closed 11 months ago

Lie2264 commented 11 months ago

I tried to find some information on how to download Vosk in C++ but I couldn't find anything. I tried to download via NUGET following the instructions as in C# but I had a problem with JSON not wanting to be installed in C++.

Please give me instructions how to download Vosk in C++ on Windows, preferably some video but at least explain it in text.

nshmyrev commented 11 months ago

You just download precompiled version and include it into your project

https://github.com/alphacep/vosk-api/releases/download/v0.3.45/vosk-win64-0.3.45.zip

try it and let us know if you have any specific issue. Provide the details.