[Webkit-unassigned] [Bug 218012] Audio Volume reduces considerably on accepting the mic permissions.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 2 01:57:42 PST 2020


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

--- Comment #5 from youenn fablet <youennf at gmail.com> ---
When starting capturing, we are changing of audio category which might explain the issue.The following fiddle helps: https://jsfiddle.net/af147yqz/

If you start capturing, then create the audio context, you will get the audio volume as high.

If you create the audio context, audio volume will be low and will stay like this, even after starting capture.
If during capture, you will suspend/resume the audio context, audio volume will be high.

Hopefully, that can help you find a temporary workaround.

-- 
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/20201102/7e78b562/attachment.htm>


More information about the webkit-unassigned mailing list