How UnityEngine Speech works (understaing it's capabilities)
I'm experimenting with voice control. I used this tutorial and it works fine. English words work. But not some other language words (Slovak) or made-up words. So I ask how does it work, does it have its own library of words? I've heard it uses phenomes so basically you just need to say the thing and it should work no? IDK. If it works with a finite amount of words - is there a way to teach him new words? Or is there any other API (or asset) easy to use? (with custom words, or learning possibility)
probably something with multiple word samples for one word (i think it will have better recognition rate then)
Your answer
Follow this Question
Related Questions
Are there any third party alternatives to DictationRecognizer that stream words as fast? 0 Answers
Is there any way to change speech recognition language? 0 Answers
Using voice recognition in unity to "read" to the game 0 Answers
Android and iOS: using a non native offline TTS / Text to Speech Engine 0 Answers
Voice Recognition in Unity3D for Cross Platform Project? 0 Answers