Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 3.77 KB

README.md

File metadata and controls

44 lines (25 loc) · 3.77 KB

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. You can create a wide range of devices — a smartwatch, speaker, headphones, smart TV, set-top boxes, soundbar, AV receiver, home theater hub, or a gaming console — 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 Raspberry Pi following these instructions:

You can also prototype with a third party development kit:

  • XMOS VocalFusion 2-Mic XVF3610 Dev Kit - Learn More Here
  • XMOS VocalFusion 2-Mic XVF3510 Dev Kit - Learn More Here
  • XMOS VocalFusion 4-Mic XVF3500 Dev Kit - Learn More Here
  • XMOS VocalFusion 4-Mic VF3000/3100 Dev Kit - Learn More Here

Or if you prefer, you can start with our SDK API Documentation.

The SDK in https://github.com/xmos/avs-device-sdk is a fork of https://github.com/alexa/avs-device-sdk. The SDK is updated with the latest 'alexa' version only when new changes from XMOS are required, for example if a new feature is introduced or a new product is released. The version of the 'alexa' master branch used in the 'xmos' master branch can be found in the tag or in the release branch name. The tag has format 'vA.B.C.D' and the release branch name has format 'xmos_vA.B.C.D' , where 'vA.B.C' is the corresponding released version in the 'alexa' fork and 'D' is an extra version digit indicating any XMOS-only change.

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 Requirements

All Alexa products must meet the AVS Security Requirements. In addition, when building the AVS Device SDK, you are required to adhere to the following security principles.