AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions | Variables
SpeechEncoder.cpp File Reference
#include <iostream>
#include <climits>
#include <fstream>
#include <AVSCommon/Utils/Logger/Logger.h>
#include "SpeechEncoder/SpeechEncoder.h"
Include dependency graph for SpeechEncoder.cpp:

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::speechencoder
 

Macros

#define LX(event)   alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)
 

Functions

static const std::string alexaClientSDK::speechencoder::TAG ("SpeechEncoder")
 String to identify log entries originating from this file. More...
 

Variables

static constexpr unsigned int alexaClientSDK::speechencoder::MAX_READERS = 10
 The maximum number of readers of the output stream. More...
 
static constexpr unsigned int alexaClientSDK::speechencoder::READ_TIMEOUT_MS = 10
 Reading timeout from input audio stream. More...
 
static const auto alexaClientSDK::speechencoder::WRITE_TIMEOUT_MS = std::chrono::milliseconds(100)
 Timeout between write retrying. More...
 
static constexpr unsigned int alexaClientSDK::speechencoder::MAX_OUTPUT_PACKETS = 20
 The maximum number of packets to be buffered to the output stream. More...
 

Macro Definition Documentation

◆ LX

#define LX (   event)    alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)

Create a LogEntry using this file's TAG and the specified event string.

Parameters
Theevent string for this LogEntry.

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