AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <memory>
#include <chrono>
#include <acsdkManufactory/Component.h>
#include <acsdkManufactory/Import.h>
#include <AVSCommon/AVS/AudioInputStream.h>
#include <AVSCommon/Utils/AudioFormat.h>
Go to the source code of this file.
Namespaces | |
alexaClientSDK | |
Whether or not curl logs should be emitted. | |
alexaClientSDK::acsdkAudioInputStream | |
Typedefs | |
using | alexaClientSDK::acsdkAudioInputStream::AudioInputStreamComponent = acsdkManufactory::Component< std::shared_ptr< avsCommon::avs::AudioInputStream >, std::shared_ptr< avsCommon::utils::AudioFormat > > |
Functions | |
AudioInputStreamComponent | alexaClientSDK::acsdkAudioInputStream::getComponent (const size_t wordSize=WORD_SIZE, const size_t maxReaders=MAX_READERS, const std::chrono::seconds amountOfAudioDataInBuffer=AMOUNT_OF_AUDIO_DATA_IN_BUFFER) |
Variables | |
static const size_t | alexaClientSDK::acsdkAudioInputStream::WORD_SIZE = 2 |
Default params for AudioInputStreamComponent . More... | |
static const size_t | alexaClientSDK::acsdkAudioInputStream::MAX_READERS = 10 |
static const std::chrono::seconds | alexaClientSDK::acsdkAudioInputStream::AMOUNT_OF_AUDIO_DATA_IN_BUFFER = std::chrono::seconds(15) |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0