This is a unity version of vosk speech recognizer. It's uses vosk model and library to recognize speech.
Last ran in Unity 2022.3.21f1, so it's supports latest unity
Tested on windows and android. Running flawlessly. It should support all other platforms too.
Open the project, open demo scene, run and start talking. You are good to go.
Download your desired model from https://alphacephei.com/vosk/models and place it in Assets/ Vosk Speech Recognize/StreamingAssets
and put the file name in Vosk Speech To Text (Script)
which attached with the Canvas in the demo scene