alexa-auto-sdk
alexa-auto-sdk copied to clipboard
The Alexa Auto SDK is for automotive OEMs to integrate Alexa directly into vehicles.
Follow the docs to build aacs android services, running: ./gradlew assembleLocalRelease This causes error to compile (because no source was defined): maccandroid/MediaAppsDirectivesHandler.java:91: error: lambda expressions are not supported in -source...
I made a pull request which build Docker images and upload image to https://hub.docker.com/ to be able to use it in a github action. To do so, I run into...
The MediaSession is not being updated when Alexa sings. This is because Moshi crashes when trying to parse the RenderPlayerInfo. error: com.squareup.moshi.JsonDataException: Non-null value 'controls' was null at $.payload.control AACS...
When speaking Alexa request audio focus with USAGE_ASSISTANT and CONTENT_TYPE_SPEECH but the audio is played in the USAGE_MEDIA channel. This is because we don't set the AudioAttributes to the SimpleExoPlayer...
Prepare to support for the YP zeus layer. Note: Follow-up changes might be needed. *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you...
*Description of changes:* occured -> occurred
*Issue #, if available:* *Description of changes:* When AudioOutputType is handled with switch, gcc generates warning for unspecified state when it is referenced from switch() clause in cpp. Added UNDEFINED...
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Fix a couple of issues with the Alexa TTS: * Fix `IllegalStateException` crash in the AmazonTextToSpeechService: the mp3 decoder can go out of sync if it receives partial frames, leading...
There is no need for this permission if MEDIA_CONTENT_CONTROL is granted. The correct check is already done in AlexaAutoClientService.java (for both MEDIA_CONTENT_CONTROL and notification listener permission).