AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions | Variables
KWDComponent.cpp File Reference
#include <acsdkKWDImplementations/KWDNotifierFactories.h>
#include <acsdkManufactory/ComponentAccumulator.h>
#include <AVSCommon/Utils/Configuration/ConfigurationNode.h>
#include <Sensory/SensoryKeywordDetector.h>
#include "acsdkKWD/KWDComponent.h"
Include dependency graph for KWDComponent.cpp:

Namespaces

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

Macros

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

Functions

static const std::string alexaClientSDK::acsdkKWD::SAMPLE_APP_CONFIG_ROOT_KEY ("sampleApp")
 The Sensory Config values from AlexaClientSDKConfig.json. More...
 
static const std::string alexaClientSDK::acsdkKWD::SENSORY_CONFIG_ROOT_KEY ("sensory")
 
static const std::string alexaClientSDK::acsdkKWD::SENSORY_MODEL_FILE_PATH ("modelFilePath")
 
static std::shared_ptr< acsdkKWDImplementations::AbstractKeywordDetector > alexaClientSDK::acsdkKWD::createAbstractKeywordDetector (const std::shared_ptr< avsCommon::avs::AudioInputStream > &stream, const std::shared_ptr< avsCommon::utils::AudioFormat > &audioFormat, std::shared_ptr< acsdkKWDInterfaces::KeywordNotifierInterface > keywordNotifier, std::shared_ptr< acsdkKWDInterfaces::KeywordDetectorStateNotifierInterface > keywordDetectorStateNotifier)
 
KWDComponent alexaClientSDK::acsdkKWD::getComponent ()
 

Variables

static const std::string alexaClientSDK::acsdkKWD::TAG {"SensoryKWDComponent"}
 String to identify log entries originating from this file. 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
eventThe event 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