Speech recognition doesn't work in Unity Hololens project
问题 I'm trying to create my own Unity project with speech recognition in Hololens. I copy pasted the instructions from tutorial. Literally copy pasted the SpeechManager.cs file and SphereCommands.cs file to my project but it won't budge. I tried putting some sounds in: KeywordRecognizer_OnPhraseRecognized to see if I get there (even before invoking anything), but I don't. I start the keywordRecognizer.Start() (also added sounds to make sure I was there) but I have no idea if it's working