RESOLVED FIXED 216393
AudioContext does not start rendering until an AudioNode is constructed
https://bugs.webkit.org/show_bug.cgi?id=216393
Summary AudioContext does not start rendering until an AudioNode is constructed
Chris Dumez
Reported 2020-09-10 18:13:43 PDT
AudioContext does not start rendering until an AudioNode is constructed. This is not as per specification and does not match Chrome's behavior.
Attachments
Patch (4.31 KB, patch)
2020-09-10 18:15 PDT, Chris Dumez
eric.carlson: review+
Chris Dumez
Comment 1 2020-09-10 18:15:55 PDT
Eric Carlson
Comment 2 2020-09-10 20:54:42 PDT
Comment on attachment 408503 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=408503&action=review > Source/WebCore/Modules/webaudio/BaseAudioContext.cpp:144 > + // Lazy initialization is what starts rendering so we schedule a task here to make sure lazy s/initialization is what starts/initialization starts/
Chris Dumez
Comment 3 2020-09-11 08:29:00 PDT
Radar WebKit Bug Importer
Comment 4 2020-09-11 08:29:13 PDT
Note You need to log in before you can comment on or make changes to this bug.