[Webkit-unassigned] [Bug 252746] Inconsistent audio playback behaviour when device is muted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 22 11:57:08 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=252746

--- Comment #3 from Jer Noble <jer.noble at apple.com> ---
(In reply to Jeremy Keith from comment #0)
> This is a different but related issue: if the Web Audio playback *should* be
> silenced by the ring/silence switch being enabled, then shouldn't that apply
> to audio/video elements as well?

No, because the "mute switch" behavior for each are tied together with other system behaviors: Web Audio is treated as "ambient" sound by iOS, which allows it to mix with other applications instead of interrupting, at the cost of having to obey the mute switch. Video/Audio playback will interrupt other (non-mixable) audio playback, and ignores the mute switch. In other words, there's no way* to untangle the "mixable" with "ignore the mute switch" from one another.

* No straightforward way at least.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230222/e26ac21f/attachment-0001.htm>


More information about the webkit-unassigned mailing list