This website requires JavaScript.
Explore
Help
Register
Sign In
avs
/
avs-device-sdk
Watch
1
Star
0
Fork
You've already forked avs-device-sdk
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
724797b264
avs-device-sdk
/
AVSCommon
/
AVS
/
test
/
CMakeLists.txt
3 lines
101 B
CMake
Raw
Normal View
History
Unescape
Escape
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-18 05:02:48 +00:00
add_subdirectory
(
"Attachment"
)
Version 0.5 alexa-client-sdk Changes in this update - Added a getConfiguration() method to DirectiveHandlerInterface to register Capability Agents with Directive Sequencer. - Fix race condition with reading attachments before a writer exists. - Use of new Logging abstraction layer in modules - ADSL,AFML,ContextManager,AuthDelegate,AIP,KWD,Mediaplayer. - Added ACL stream processing with Pause and redrive. - Removed the dependency of ACL Library on Authdelegate. - Added and interface to allow ACL to Add/Remove ConnectionStatusObserverInterface. - Fixed compile errors in KittAi, DirectiveHandler and compiler warnings in AIP test. - Corrected formatting on the files. - Fixes for the following Github issues - https://github.com/alexa/alexa-client-sdk/issues/21 - https://github.com/alexa/alexa-client-sdk/issues/25
2017-06-23 23:26:34 +00:00
discover_unit_tests
(
"../include"
"AVSCommon;AttachmentCommonTestLib"
)