Search code examples
unity-game-enginespeech-recognitionofflinekaldivosk

Vosk (Kaldi) offline speech recognition in Unity


How to implement and use Vosk library into Unity project? Please write steps 1,2,3... Vosk library here - https://github.com/alphacep/vosk-api


Solution

  • I actually did it on Mac OS X.

    1. Follow instructions to compile Kalid at https://alphacephei.com/vosk/install
    2. Follow instruction to make C# wrapper (same)
    3. Create Xcode project and make bundle.
    4. Then add bundle and c# files to your unity project.