[Webkit-unassigned] [Bug 230950] Web Audio panner node quality deteriorates over time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 29 09:43:37 PDT 2021


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

--- Comment #3 from Ashley Gullen <ashley at scirra.com> ---
I don't believe the script is leaking anything. We do have wrapper objects that represent a playback, and the AudioBufferSourceNodes is held in the wrapper, and the wrapper objects get reused (from a quick debug it looks like it creates about 11 and then cycles through them). But both a new playback and the onended handlers disconnect the AudioBufferSourceNode and null it out. So old nodes should be disconnected and garbaged.

AFAIK this issue only affects Safari - other browsers seem to handle it OK.

-- 
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/20210929/029a7324/attachment.htm>


More information about the webkit-unassigned mailing list