Go to file
Scott Heath 8e77a64c5b Version 1.22.0 alexa-client-sdk
Changes in this update:

Feature enhancements, updates, and resolved issues from all releases are available on the [Amazon developer portal](https://developer.amazon.com/docs/alexa/avs-device-sdk/release-notes.html)
2020-12-09 12:28:52 -08:00
ACL Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
ADSL Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
AFML Version 1.21 alexa-client-sdk 2020-10-26 17:14:11 -07:00
AVSCommon Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
AVSGatewayManager Version 1.21 alexa-client-sdk 2020-10-26 17:14:11 -07:00
ApplicationUtilities Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
BluetoothImplementations Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
CapabilitiesDelegate Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
CapabilityAgents Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
Captions Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
CertifiedSender Version 1.21 alexa-client-sdk 2020-10-26 17:14:11 -07:00
ContextManager Version 1.21 alexa-client-sdk 2020-10-26 17:14:11 -07:00
Diagnostics Version 1.21 alexa-client-sdk 2020-10-26 17:14:11 -07:00
Endpoints Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
Integration Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
InterruptModel Version 1.21 alexa-client-sdk 2020-10-26 17:14:11 -07:00
KWD Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
MediaPlayer Version 1.21 alexa-client-sdk 2020-10-26 17:14:11 -07:00
Metrics Version 1.21 alexa-client-sdk 2020-10-26 17:14:11 -07:00
PlaylistParser Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
RegistrationManager Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
SampleApp Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
Settings Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
SpeechEncoder Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
Storage Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
SynchronizeStateSender Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
ThirdParty Version 1.21 alexa-client-sdk 2020-10-26 17:14:11 -07:00
applications Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
build Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
capabilities Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
core Version 1.21 alexa-client-sdk 2020-10-26 17:14:11 -07:00
doc v1.3.0 released 12/08/2017: 2017-12-08 16:07:37 -08:00
shared Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
tools Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
.clang-format Version 1.2.0 alexa-client-sdk 2017-10-31 07:36:26 -07:00
.gitignore Version 1.2.0 alexa-client-sdk 2017-10-31 07:36:26 -07:00
CHANGELOG.md Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
CMakeLists.txt Version 1.22.0 alexa-client-sdk 2020-12-09 12:28:52 -08:00
CONTRIBUTING.md CONTRIBUTING.md added to the repository with information on reporting bugs and seeking help from the AVS developer community. 2017-10-19 14:32:58 -07:00
LICENSE.txt 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
NOTICE.txt Version 1.20.0 alexa-client-sdk 2020-06-22 16:50:05 -07:00
README.md Update README.md 2019-12-11 12:42:08 -08:00
issue_template.md Version 1.4.0 alexa-client-sdk 2018-01-12 15:45:42 -08:00
pkg-config.pc.cmake Version 1.0.1 alexa-client-sdk 2017-08-16 17:13:40 -07:00

README.md

What is the Alexa Voice Service (AVS)?

The Alexa Voice Service (AVS) enables developers to integrate Alexa directly into their products, bringing the convenience of voice control to any connected device. AVS provides developers with access to a suite of resources to build Alexa-enabled products, including APIs, hardware development kits, software development kits, and documentation.

Learn more »

What is the AVS Device SDK

The Alexa Voice Service (AVS) Device SDK provides you with a set of C ++ libraries to build an Alexa Built-in product, meaning your device has direct access to cloud-based Alexa capabilities to receive voice responses instantly. Your device can be almost anything a smartwatch, a speaker, headphones the choice is yours.

Learn more »

Release Notes and Known Issues

Feature enhancements, updates, and resolved issues from all releases are available on the Amazon developer portal.

Get Started

You can set up the SDK on the following platforms:

SDK Architecture

The SDK is modular and abstract. It provides separate components to handle necessary Alexa functionality including processing audio, maintaining persistent connections, and managing Alexa interactions. Each component exposes Alexa APIs to customize your device integrations as needed. The SDK also includes a Sample App, so you can test interactions before integration.

Learn more »

API References

View the C++ API References for detailed information about implementation.

Security Best Practices and Important Considerations

All Alexa products should adopt the Security Best Practices for Alexa.

When building Alexa with the SDK, you should also adhere to the following security principles.