Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
zSkeeter136's avatar
zSkeeter136
Honored Guest
8 years ago
Solved

Voice input

I am looking for a way to capture the players voice and then see if it matches a few command words or phrases. Do I just program it normally and it would know to use the oculus rifts mic? And any other help or examples on how to. 
  • if your target is windows 10 this works really well https://docs.unity3d.com/ScriptReference/Windows.Speech.KeywordRecognizer.html

    If the rift is set as the primary audio input then it should work without any additional code

1 Reply

Replies have been turned off for this discussion
  • if your target is windows 10 this works really well https://docs.unity3d.com/ScriptReference/Windows.Speech.KeywordRecognizer.html

    If the rift is set as the primary audio input then it should work without any additional code