2

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

user14103335
  • 23
  • 1
  • 4

1 Answers1

3

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.