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
Asked
Active
Viewed 2,609 times
2
-
We do not support Unity in the open source version. If you have some inquiries you'd better contact us over email. – Nikolay Shmyrev Aug 14 '20 at 09:15
-
You read my thoughts – Anton Shkurenko Aug 22 '20 at 20:03
1 Answers
3
I actually did it on Mac OS X.
- Follow instructions to compile Kalid at https://alphacephei.com/vosk/install
- Follow instruction to make C# wrapper (same)
- Create Xcode project and make bundle.
- Then add bundle and c# files to your unity project.

Jindřich Skeldal
- 376
- 3
- 11
-
-
I'm not familiar with creating Xcode bundles - could you explain step 3 further? Thanks! – lookdad Oct 25 '20 at 14:00