[Webkit-unassigned] [Bug 237322] webaudio api is muted when the iOS ringer is muted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 7 11:24:01 PDT 2022


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

--- Comment #2 from Derk-Jan Hartman <hartman.wiki at gmail.com> ---
Wikipedia has applied the mentioned workaround as well now. But a proper fix would be appreciated as this is rather suboptimal and impacts performance.

var el = document.createElement( 'audio' );
el.src = 'silence.mp3'; // media file with tiny bit of silence
el.play();
context = new AudioContext();

-- 
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/20220407/960c47d3/attachment.htm>


More information about the webkit-unassigned mailing list