16 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_INCLUDE_AVSCOMMON_SDKINTERFACES_SYSTEMSOUNDPLAYERINTERFACE_H_ 17 #define ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_INCLUDE_AVSCOMMON_SDKINTERFACES_SYSTEMSOUNDPLAYERINTERFACE_H_ 23 namespace sdkInterfaces {
50 virtual std::shared_future<bool>
playTone(
Tone tone) = 0;
57 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_INCLUDE_AVSCOMMON_SDKINTERFACES_SYSTEMSOUNDPLAYERINTERFACE_H_ The sound to notify wake word has been detected.
The sound to notify when Alexa is done recording speech.
virtual std::shared_future< bool > playTone(Tone tone)=0
Definition: SystemSoundPlayerInterface.h:28
virtual ~SystemSoundPlayerInterface()=default
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Tone
The different system sounds supported.
Definition: SystemSoundPlayerInterface.h:36