NUGU SDK Linux
1.7.6
|
Wakeup listener interface. More...
#include <wakeup_interface.hh>
Public Member Functions | |
virtual void | onWakeupState (WakeupDetectState state, float power_noise, float power_speech)=0 |
Report to the user wakeup detection state changed. More... | |
Wakeup listener interface.
|
pure virtual |
Report to the user wakeup detection state changed.
[in] | state | wakeup detection state |
[in] | power_noise | min power value |
[in] | power_speech | max power value |