alexa / avs-device-sdk

An SDK for commercial device makers to integrate Alexa directly into connected products.
https://developer.amazon.com/alexa/alexa-voice-service
Apache License 2.0
1.26k stars 604 forks source link

After playing an Alarm with Music, the device's volume is set to the Alerts volume (instead of whatever it was) #2061

Open brett-lynnes opened 2 years ago

brett-lynnes commented 2 years ago

IMPORTANT: Before you create an issue, please take a look at our Issue Reporting Guide.

Briefly summarize your issue:

Setup: "Alexa set volume 3" (verify level with "Alexa what time is it") "Alexa set alarm volume 8" "Alexa set an alarm to music at [some time a minute or two from now]" -- alarm goes off -- "Alexa cancel alarm" "Alexa what time is it" (volume level is now 8 instead of 3) "Alexa volume down" (volume level will drop to 7)

What is the expected behavior?

Alarm volume should not get conflated with system volume.

What behavior are you observing?

Alarm volume for music alarms is getting set onto the system volume.

Provide the steps to reproduce the issue, if applicable:

steps provided in the summary. This happens on current versions of AVS SDK as well as on several versions of the Echo.

Tell us about your environment:

What version of the AVS Device SDK are you using?

  <1.26.0>

Tell us what hardware you're using:

Tell us about your OS (Type & version):

sharmajs-amzn commented 2 years ago

Hello @brett-lynnes,

Is this issue still experienced on the latest version of the SDK (3.0)?

brett-lynnes commented 1 year ago

Yes