Start speech recognition thru voice with phrase like “Ok Google”?

前端 未结 2 1937
执笔经年
执笔经年 2021-02-07 10:53

I\'m building an app that uses Voice Commands to perform certain functions. I got some codes working from here

private static final int SPEECH_REQUEST_CODE = 0;
         


        
2条回答
  •  猫巷女王i
    2021-02-07 11:25

    Continuous Speech recognition with help of Service :-

    Android Speech Recognition as a service on Android 4.1 & 4.2

    GitHub Sample :-

    https://github.com/galrom/ContinuesVoiceRecognition

    Responding to magic words like Ok Google

    https://github.com/cmusphinx/pocketsphinx-android-demo

    I have implemented same feature for Banking Project. I was triggering speech to text recognition on device shake

提交回复
热议问题