[Webkit-unassigned] [Bug 247614] process method of audioworklet processor does not get called

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 13:29:29 PST 2022


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

Chris Dumez <cdumez at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric.carlson at apple.com

--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
Yes, I mean the click handler calls an async function which does a:
```
await e.audioWorklet.addModule(n),
```

Before it connects the node to the graph. By that time, the user gesture is lost in Safari. I wish we could relax the user gesture requirement a bit (e.g. only require a "recent" gesture) but I usually get push back from our media team when I suggest that.

-- 
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/20221115/dede26d0/attachment.htm>


More information about the webkit-unassigned mailing list