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
dc9874a9bb
avs-device-sdk
/
ACL
/
test
/
Transport
/
CMakeLists.txt
3 lines
75 B
CMake
Raw
Normal View
History
Unescape
Escape
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
cmake_minimum_required
(
VERSION
3.1
FATAL_ERROR
)
Version 0.4 alexa-client-sdk Changes in this update: - Added the SpeechSynthesizer, an implementation of the SpeechRecognizer capability agent. - Implemented a reference MediaPlayer based on [GStreamer](https://gstreamer.freedesktop.org/) for audio playback. - Added the MediaPlayerInterface that allows you to implement your own media player. - Updated ACL to support asynchronous receipt of audio attachments from AVS. Bug Fixes: -Some intermittent unit test failures were fixed. Known Issues: -ACL's asynchronous receipt of audio attachments may manage resources poorly in scenarios where attachments are received but not consumed. - When an AttachmentReader does not deliver data for prolonged periods MediaPlayer may not resume playing the delayed audio.
2017-05-26 23:06:14 +00:00
add_subdirectory
(
"Common"
)