avs-device-sdk/AVSUtils/test
Ken Cecka b85198b1d4 Version 0.3 of alexa-client-sdk
Changes in this update:
- Added the CapabilityAgent base class that is used to build capability agent
  implementations.
- Added the ContextManager class that allows multiple Capability Agents to
  store and access state. These events include context, which is used to
  communicate the state of each capability agent to AVS:
  - Recognize
  - PlayCommandIssued
  - PauseCommandIssued
  - NextCommandIssued
  - PreviousCommandIssued
  - SynchronizeState
  - ExceptionEncountered
- Implemented the SharedDataStream (SDS) to asynchronously communicate data
  between a local reader and writer.
- Added AudioInputProcessor (AIP), an implementation of a SpeechRecognizer
  capability agent.
- Added the WakeWord Detector (WWD), which recognizes keywords in audio streams.
  v0.3 implements a wrapper for KITT.ai.
- Added a new implementation of AttachmentManager and associated classes for use
  with SDS.
- Updated the ACL to support asynchronously sending audio to AVS.
2017-05-17 22:02:48 -07:00
..
AlexaClientSDKInitTest.cpp Version 0.3 of alexa-client-sdk 2017-05-17 22:02:48 -07:00
CMakeLists.txt Some machines are having trouble compiling our SDK, particularly libAVSUtils.so. The issue seems to be that the linker is encountering an error finding a reference to “pthread_create”. 2017-04-12 16:20:53 -07:00
ConfigurationNodeTest.cpp Version 0.2.1 of alexa-client-sdk 2017-05-05 10:36:44 -07:00
ExecutorTest.cpp Version 0.1 - Alexa Communications Library - This component serves as the main communications channel between the client and Alexa Voice Service, providing an interface with which to send and receive messages. 2017-02-10 15:39:10 -08:00
ExecutorTestUtils.h Version 0.3 of alexa-client-sdk 2017-05-17 22:02:48 -07:00
LogEntryStreamTest.cpp Version 0.2.1 of alexa-client-sdk 2017-05-05 10:36:44 -07:00
LoggerTest.cpp Version 0.2.1 of alexa-client-sdk 2017-05-05 10:36:44 -07:00
TaskQueueTest.cpp Version 0.1 - Alexa Communications Library - This component serves as the main communications channel between the client and Alexa Voice Service, providing an interface with which to send and receive messages. 2017-02-10 15:39:10 -08:00
TaskThreadTest.cpp Version 0.1 - Alexa Communications Library - This component serves as the main communications channel between the client and Alexa Voice Service, providing an interface with which to send and receive messages. 2017-02-10 15:39:10 -08:00