[Webkit-unassigned] [Bug 168165] Playing a HTML video element corrupts AudioContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 22 01:19:44 PST 2017


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

Mattias Bergström <mattias.bergstrom at realsprint.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mattias.bergstrom at realsprin
                   |                            |t.com

--- Comment #4 from Mattias Bergström <mattias.bergstrom at realsprint.com> ---
I can reproduce the same issue on an iPhone 6 Plus (10.2.1). This is even more noticeable if the audio in the video element has an even lower sample rate (like 22050 Hz). This does not seem to affect 6s and 6s plus. Those devices only support 48 kHz, so this issue might not apply to devices that are locked to 48 kHz.

Relevant to the severity of this issue:
All AudioContexts created after playing a video with low sample rate audio will inherit that same low sample rate. This persists for the lifetime of the browser tab. That means we are capped at playing audio at a much worse sample rate than the device would normally support.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170222/a3e8b74e/attachment.html>


More information about the webkit-unassigned mailing list