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
{{ message }}
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
When the WWE find the key words, the implementation of KeyWordObserverInterface::onKeyWordDetected() should call AudioInputProvider::recognize() to ask the AIP to send a Recognize Event to AVS. So if we dont implement the KeyWordObserverInterface::onKeyWordDetected(), there is no connection between the WWE and AIP, is it right?
The text was updated successfully, but these errors were encountered:
That's correct. They are two separate components that don't know about each other. In our upcoming release, we have a sample app that will provide an example of connecting the two.
When the WWE find the key words, the implementation of KeyWordObserverInterface::onKeyWordDetected() should call AudioInputProvider::recognize() to ask the AIP to send a Recognize Event to AVS. So if we dont implement the KeyWordObserverInterface::onKeyWordDetected(), there is no connection between the WWE and AIP, is it right?
The text was updated successfully, but these errors were encountered: