Go to file
Huang Xin 436d5cb956 Fix compile error 2022-05-25 22:10:32 +08:00
ACL
ADSL
AFML
AVSCommon Fix compile error 2022-05-25 22:10:32 +08:00
AVSGatewayManager
ApplicationUtilities
BluetoothImplementations
CapabilitiesDelegate
CapabilityAgents
Captions
CertifiedSender
ContextManager
Diagnostics
Endpoints
Integration
InterruptModel
MediaPlayer
Metrics
PlaylistParser
SampleApp
Settings
SpeechEncoder
Storage
SynchronizeStateSender
ThirdParty
applications
capabilities
cmakeBuild
core
doc
shared
tools
.clang-format
.gitignore
CHANGELOG.md
CMakeLists.txt Fix compile error 2022-05-25 22:10:32 +08:00
CONTRIBUTING.md
LICENSE.txt
NOTICE.txt
README.md
SECURITY.md
issue_template.md
pkg-config.pc.cmake

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.