![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <SystemSoundPlayerInterface.h>
Public Types | |
enum | Tone { Tone::WAKEWORD_NOTIFICATION, Tone::END_SPEECH } |
The different system sounds supported. More... | |
Public Member Functions | |
virtual | ~SystemSoundPlayerInterface ()=default |
virtual std::shared_future< bool > | playTone (Tone tone)=0 |
This class allows the playback of various system sounds.
|
virtualdefault |
Destructor
|
pure virtual |
Method to play a system sound.
tone | The tone to play. |
Implemented in alexaClientSDK::applicationUtilities::systemSoundPlayer::SystemSoundPlayer.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0