Search Unity

Voice Commands on Android

Discussion in 'Android' started by VoidFish, Nov 4, 2017.

  1. VoidFish

    VoidFish

    Joined:
    Nov 27, 2012
    Posts:
    31
    I'm looking for a way to handle voice commands on android. I would like to have a list of commands "Start, Stop, Cancel, Resume, Pause" and have callbacks when the user says them. I need it to work without the user pressing a button first, so they just need to have the app running and can say "Start". Basically I want similar functionality to the DictationRecognizer (https://docs.unity3d.com/ScriptReference/Windows.Speech.DictationRecognizer.html) but on Android.

    Is there a way to achieve this?