[Webkit-unassigned] [Bug 218261] NotSupportedError thrown assigning ConvolverNode buffer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 27 14:16:57 PDT 2020


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

--- Comment #4 from Chris Dumez <cdumez at apple.com> ---
(In reply to Chris Dumez from comment #3)
> I have just tried STP 115 (and system Safari 14). I am unable to reproduce
> the issue with either.
> 
> When I click the "Add hall convolution" button, I see:
> "Effects added: hallconvolution"
> 
> at the top, no error in console. When I click the "Play SFX1" button right
> after that, I can clearly tell that the sound is different and has an reverb
> effect.

Looking at our implementation, there are only 3 cases where we may throw a NotSupportedError:
- Sample rate of the buffer does not match sample rate of the audio context
- Buffer does not have 1, 2 or 4 channels
- Buffer has zero size

In WebKit trunk, the exception message would actually give you a proper exception message so you'd know which one is the issue. Sadly, this change is not present in the latest STP yet.

-- 
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/20201027/120b639a/attachment.htm>


More information about the webkit-unassigned mailing list