AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <chrono>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | alexaClientSDK::avsCommon::utils::WavHeader |
Namespaces | |
alexaClientSDK | |
Whether or not curl logs should be emitted. | |
alexaClientSDK::avsCommon | |
alexaClientSDK::avsCommon::utils | |
Typedefs | |
using | alexaClientSDK::avsCommon::utils::ByteVector = std::vector< unsigned char > |
Functions | |
ByteVector | alexaClientSDK::avsCommon::utils::generateWavHeader (unsigned int bytesPerSample, unsigned int channels, unsigned int rate, std::chrono::milliseconds totalDuration, bool isPCM=true) |
bool | alexaClientSDK::avsCommon::utils::readWAVFile (const std::string &absoluteFilePath, std::vector< uint16_t > *audioBuffer, WavHeader &wavHeader, bool isPCM=true) |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0