robotemi/sdk

Can i change the wake up word

william-1415 opened this issue · 1 comments

Can I change the wake up word from "Hey temi" to other words, such as "Hello Robot".
and I want to know How to use the "WakeupWordListener", thankyou!

You can contact customer support to create your own wake up word for robots under one organization.

Then on the temi center you will have an option to switch to your own wake up word.

WakeupWordListener is used to receive the event when someone wakes up the robot by the wake up word.

To add wake up word listener:

robot.addWakeupWordListener(this)

To receive wake up event:

override fun onWakeupWord(wakeupWord: String, direction: Int) {