kylecorry31:
"It needs to be able to detect if the audio is muted, and this may be tricky
States:
DND enabled -> audio was muted already (do nothing) -> DND disabled -> audio stays muted (do nothing)
DND enabled -> audio not muted (mute) -> DND disabled -> audio not muted (unmute)
DND enabled -> audio not muted (mute) -> user unmutes audio -> user mutes audio -> DND disabled -> audio stays muted (do nothing)"
rnhurt:
"I've noticed that the audio unmutes when the screensaver/blank screen activates. I can actually hear my speakers click a little bit when my screen fades out. Is that a symptom of this bug or a different issue?"
kylecorry31:
"That problem is because it unmutes the audio when the extension is disabled if the setting is on for that, and because it can't tell if it was already muted (this bug), it just unmutes it. Until it is fixed, I would recommend just turning off the setting to mute audio. But honestly, I am considering just removing the mute feature because it has a lot of edge cases that are undesirable both if handled or left alone for some people"
Copied from previous upstream:
kylecorry31: "It needs to be able to detect if the audio is muted, and this may be tricky States: DND enabled -> audio was muted already (do nothing) -> DND disabled -> audio stays muted (do nothing) DND enabled -> audio not muted (mute) -> DND disabled -> audio not muted (unmute) DND enabled -> audio not muted (mute) -> user unmutes audio -> user mutes audio -> DND disabled -> audio stays muted (do nothing)"
rnhurt: "I've noticed that the audio unmutes when the screensaver/blank screen activates. I can actually hear my speakers click a little bit when my screen fades out. Is that a symptom of this bug or a different issue?"
kylecorry31: "That problem is because it unmutes the audio when the extension is disabled if the setting is on for that, and because it can't tell if it was already muted (this bug), it just unmutes it. Until it is fixed, I would recommend just turning off the setting to mute audio. But honestly, I am considering just removing the mute feature because it has a lot of edge cases that are undesirable both if handled or left alone for some people"