[Webkit-unassigned] [Bug 230902] REGRESSION(Safari 15 - iOS15): [WebRTC] MediaStreamTack audio volume too low
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 23 07:54:41 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=230902
--- Comment #26 from Paul <junk at paulrosen.net> ---
The hack of adding the gain node works for us - sort of. Safari 15 on MacOS doesn't have the problem so I look at the User Agent and only apply the hack if the client is Safari 15 and mobile. That keeps from breaking browsers that don't have this bug.
However, I can't figure out how to distinguish between iPad and MacbookPro, so iPad is still broken. That's better than nothing, though, since iphones outnumber ipads in our user base.
BTW, we only have a few test devices but adding a gain of 10 seems to be approximately right.
The other thing we're worried about is that if this gets fixed then all of the sudden we'll be blasting iphone users out.
--
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/20211023/f14bad92/attachment.htm>
More information about the webkit-unassigned
mailing list