AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
List of all members
alexaClientSDK::applicationUtilities::resources::audio::SystemSoundAudioFactory Class Reference

#include <SystemSoundAudioFactory.h>

Inheritance diagram for alexaClientSDK::applicationUtilities::resources::audio::SystemSoundAudioFactory:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::applicationUtilities::resources::audio::SystemSoundAudioFactory:
Collaboration graph
[legend]

Public Member Functions

SystemSoundAudioFactoryInterface Functions
std::function< std::pair< std::unique_ptr< std::istream >, const avsCommon::utils::MediaType >)> endSpeechTone () const override
 
std::function< std::pair< std::unique_ptr< std::istream >, const avsCommon::utils::MediaType >)> wakeWordNotificationTone () const override
 
- Public Member Functions inherited from alexaClientSDK::avsCommon::sdkInterfaces::audio::SystemSoundAudioFactoryInterface
virtual ~SystemSoundAudioFactoryInterface ()=default
 

Detailed Description

This class implements the SystemSoundAudioFactoryInterface.

Member Function Documentation

◆ endSpeechTone()

std::function<std::pair<std::unique_ptr<std::istream>, const avsCommon::utils::MediaType>)> alexaClientSDK::applicationUtilities::resources::audio::SystemSoundAudioFactory::endSpeechTone ( ) const
overridevirtual

Returns an audio stream to play for the end speech tone.

Returns
audio stream of the end speech tone.

Implements alexaClientSDK::avsCommon::sdkInterfaces::audio::SystemSoundAudioFactoryInterface.

◆ wakeWordNotificationTone()

std::function<std::pair<std::unique_ptr<std::istream>, const avsCommon::utils::MediaType>)> alexaClientSDK::applicationUtilities::resources::audio::SystemSoundAudioFactory::wakeWordNotificationTone ( ) const
overridevirtual

Returns an audio stream to play for the wake word notification tone.

Returns
audio stream of the wake word notification tone.

Implements alexaClientSDK::avsCommon::sdkInterfaces::audio::SystemSoundAudioFactoryInterface.


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

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0