This commit introduces the ability to start and stop the WakewordListener externally. This enhancement allows for better control and integration with other system components.
Add methods to stop_listening_wakeword to AIAvatar.
Add wakeword_listener_thread to AIAvatar to manage the thread wherever the AIAvatar is available in your app.
Add stop method to the interface of WakewordListeners internally.
This commit introduces the ability to start and stop the WakewordListener externally. This enhancement allows for better control and integration with other system components.
stop_listening_wakeword
to AIAvatar.wakeword_listener_thread
to AIAvatar to manage the thread wherever the AIAvatar is available in your app.stop
method to the interface of WakewordListeners internally.