NUGU SDK Linux  1.7.5
NuguClientKit::IWakeupListener Class Referenceabstract

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...
 

Detailed Description

Wakeup listener interface.

See also
IWakeupHandler

Member Function Documentation

◆ onWakeupState()

virtual void NuguClientKit::IWakeupListener::onWakeupState ( WakeupDetectState  state,
float  power_noise,
float  power_speech 
)
pure virtual

Report to the user wakeup detection state changed.

Parameters
[in]statewakeup detection state
[in]power_noisemin power value
[in]power_speechmax power value
See also
IWakeupHandler::startWakeup()

The documentation for this class was generated from the following file: