[Webkit-unassigned] [Bug 237144] SharedArrayBuffer posted to AudioWorkletProcessor is not actually shared with the main thread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 24 14:19:36 PST 2022


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

--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
Test seems to rely on AudioWorkletNodeOptions.processorOptions:
- https://webaudio.github.io/web-audio-api/#AudioWorkletNodeOptions

Looking at our implementation, we don't seem to support that. Not sure if this is a recent addition to the spec or if we missed it. My bet is that if the SharedArrayBuffer was sent to the AudioWorklet via postMessage(), it would work.

-- 
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/20220224/1b9411a4/attachment.htm>


More information about the webkit-unassigned mailing list