Wake up android phone with certain words like Hi Galaxy or Ok Google

后端 未结 2 946
情歌与酒
情歌与酒 2021-02-14 20:26

I would like to wake up an android phone by saying for example \"Hello George\", but could not find any useful answers. First of all , is android app needs to listen as service

2条回答
  •  野性不改
    2021-02-14 20:49

    Hi I'm the developer of Open Mic+ http://OpenMic.RSenApps.com, which does something very similar to what you want. The truth is this is a lot more complicated than it sounds and I'm only beginning to implement systems that are actually efficient. So I guess the main thing is how far do you want to go? You can implement Google Speech Recognition, but in the end, it's terribly buggy and really doesn't work in the long run or you can implement your own speech recognition, which is what I'm in the process of doing...

提交回复
热议问题