All Projects → alexa → Avs Device Sdk

alexa / Avs Device Sdk

Licence: apache-2.0
An SDK for commercial device makers to integrate Alexa directly into connected products.

Projects that are alternatives of or similar to Avs Device Sdk

Alexa Skills Kit Sdk For Java
The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Stars: ✭ 758 (-31.15%)
Mutual labels:  alexa, amazon-alexa
codigo-tutoriales-blog
Código de ejemplo para el desarrollo ágil de aplicaciones con Java
Stars: ✭ 16 (-98.55%)
Mutual labels:  alexa, amazon-alexa
Awesome Voice Apps
🕶 A curated list of awesome voice projects, tools, and resources for Amazon Alexa, Google Assistant, and more.
Stars: ✭ 138 (-87.47%)
Mutual labels:  alexa, amazon-alexa
Alexa Message Builder
Simple message builder for Alexa replies.
Stars: ✭ 100 (-90.92%)
Mutual labels:  alexa, amazon-alexa
ad-alexatalkingclock
Alexa (or other Smart Speakers) tell you the time without asking every hour. Please ⭐️if you like my app :)
Stars: ✭ 30 (-97.28%)
Mutual labels:  alexa, amazon-alexa
Alexa Voice Service.js
Library for interacting with Alexa Voice Service (AVS) in the browser.
Stars: ✭ 123 (-88.83%)
Mutual labels:  alexa, amazon-alexa
alexa-ruby
Ruby toolkit for Amazon Alexa service
Stars: ✭ 17 (-98.46%)
Mutual labels:  alexa, amazon-alexa
Chatskills
Run and debug Alexa skills on the command-line. Create bots. Run them in Slack. Run them anywhere!
Stars: ✭ 171 (-84.47%)
Mutual labels:  alexa, amazon-alexa
Assistantcomputercontrol
Control your computer with your Google Home or Amazon Alexa assistant!
Stars: ✭ 554 (-49.68%)
Mutual labels:  alexa, amazon-alexa
ask-console-chrome-extension
⚡️ Chrome Extension for faster testing in the Alexa Skill Simulator
Stars: ✭ 37 (-96.64%)
Mutual labels:  alexa, amazon-alexa
Assistantjs
TypeScript framework to build cross-platform voice applications (alexa, google home, ...).
Stars: ✭ 100 (-90.92%)
Mutual labels:  alexa, amazon-alexa
Homebridge Alexa
Expose your homebridge controlled devices to Amazon Alexa.
Stars: ✭ 316 (-71.3%)
Mutual labels:  alexa, amazon-alexa
Jovo Framework
🔈 The Open Source Voice Layer: Build Voice Experiences for Alexa, Google Assistant, Samsung Bixby, Web Apps, and much more
Stars: ✭ 1,320 (+19.89%)
Mutual labels:  alexa, amazon-alexa
Voicewp
Create Alexa Skills through WordPress
Stars: ✭ 132 (-88.01%)
Mutual labels:  alexa, amazon-alexa
cookiecutter-flask-ask
Cookiecutter template for Alexa skills based on the fantastic Flask-Ask framework 🍾🗣❓
Stars: ✭ 51 (-95.37%)
Mutual labels:  alexa, amazon-alexa
Assistants Pi
Headless Google Assistant and Alexa on Raspberry Pi
Stars: ✭ 280 (-74.57%)
Mutual labels:  alexa, amazon-alexa
Awesome Amazon Alexa
🗣Curated list of awesome resources for the Amazon Alexa platform.
Stars: ✭ 458 (-58.4%)
Mutual labels:  alexa, amazon-alexa
Alexa Skills Dotnet
An Amazon Alexa Skills SDK for .NET
Stars: ✭ 412 (-62.58%)
Mutual labels:  alexa
Allthefeels
Alexa prompts the user how his/her day is going, then depending on the sentiment expressed by the user, it produces a list of regularly-updated Spotify playlists tailored to his/her mood
Stars: ✭ 19 (-98.27%)
Mutual labels:  alexa
Alexa Sign Language Translator
A project to make Amazon Echo respond to sign language using your webcam
Stars: ✭ 398 (-63.85%)
Mutual labels:  alexa

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].