You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on implementing a question-answer session with Temi. However, I want to eliminate the need for the user to say 'Hey Temi' before asking a question. I have two specific concerns:
How can I trigger the ASR listener without using the 'Hey Temi' command?
Will Temi always be in listening mode, or does it go to sleep after answering a question, similar to the behavior with 'Hey Temi'? I want to avoid the scenario where the user has to say 'Hey Temi' for each question, and instead, I want Temi to consistently listen and answer because users can ask questions at any time.
The text was updated successfully, but these errors were encountered:
Thank you so much for your reply. Just one more question: as the conversation ends after the first question, I will call wakeup() again. Suppose the user didn't instantly ask a second question and asked after 5 seconds, will Temi wait for the user until 5 seconds or will it go to sleep? How much time will Temi wait for user input on the ASR listener after calling wakeup()?
I am currently working on implementing a question-answer session with Temi. However, I want to eliminate the need for the user to say 'Hey Temi' before asking a question. I have two specific concerns:
The text was updated successfully, but these errors were encountered: