Alexa-Voice-Service icon indicating copy to clipboard operation
Alexa-Voice-Service copied to clipboard

hi,how to add wake word :alexa,i want to say alexa,then i can talk with it without tap it

Open kangshifu opened this issue 7 years ago • 1 comments

kangshifu avatar Sep 07 '17 07:09 kangshifu

I don't know much about it but as the documentation says that your application should be run only with Alexa wake word which means that there should be a background service which continuously should run and the microphone too. As the microphone is given Alexa word as an input , the app should run but that would very costly (in my view) with respect to android hardware resource as you would have to run a background service which is continuously taking input voices and checking for wake word in it. Plus you also might have to run continuously a Speech-to-Text conversion for checking the Alexa wake word.

raj10071997 avatar Sep 09 '17 06:09 raj10071997