Bug 216393

Summary: AudioContext does not start rendering until an AudioNode is constructed
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Web AudioAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, esprehn+autocc, ews-watchlist, ggaren, glenn, jer.noble, kangil.han, philipj, sergio, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 212611    
Attachments:
Description Flags
Patch eric.carlson: review+

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.