avs-device-sdk
avs-device-sdk copied to clipboard
An SDK for commercial device makers to integrate Alexa directly into connected products.
**IMPORTANT**: Before you create an issue, please take a look at our [Issue Reporting Guide](https://github.com/alexa/avs-device-sdk/wiki/Issue-Reporting-Guide). ## Briefly summarize your issue: Using a LOCAL_STOP on an snoozing AVS alert (set using...
**IMPORTANT**: Before you create an issue, please take a look at our [Issue Reporting Guide](https://github.com/alexa/avs-device-sdk/wiki/Issue-Reporting-Guide). ## Briefly summarize your issue: 1.26.0 appears to no longer receive DoNotDisturb directives from AVS....
**IMPORTANT**: Before you create an issue, please take a look at our [Issue Reporting Guide](https://github.com/alexa/avs-device-sdk/wiki/Issue-Reporting-Guide). ## Briefly summarize your issue: I want to run the Alexa software on my Raspberry...
**IMPORTANT**: Before you create an issue, please take a look at our [Issue Reporting Guide](https://github.com/alexa/avs-device-sdk/wiki/Issue-Reporting-Guide). ## Briefly summarize your issue: build error `make SampleApp` build part: ` $HOME/Documents/avs/source/avs-device-sdk \ -DGSTREAMER_MEDIA_PLAYER=ON...
*Issue #, if available:* https://github.com/alexa/avs-device-sdk/issues/2019 *Description of changes:* fixed error due to unauthenticated git protocol on port 9418 is no longer supported. https://github.blog/2021-09-01-improving-git-protocol-security-github/ By submitting this pull request, I confirm...
Remove unintended double negative *Issue #, if available:* *Description of changes:* removed extra `not` By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this...
*Description of changes:* Rather than only accept a sink element type in SampleApp config's gstreamerMediaPlayer -> audioSink setting (like "alsasink" or "pulsesink"), let the user specify the name plus any...
Allocate a copy of the callback function and promise, and keep it until it was executed. This fixes a problem where the callback function could be freed as soon as...
The issue in ability to build this project as a bunch of static libraries, and ability to switch off building SampleApp application(for example when libraries only needed). Added a global...
**Issue** - https://github.com/alexa/avs-device-sdk/issues/1526 - About 1 in 10 Alexa requests fail on mobile devices. - Requests generally fail with one of two errors: [curl error code 56](https://curl.haxx.se/libcurl/c/libcurl-errors.html#CURLERECVERROR) which is "receive...