Bug 216849

Summary: Merge AudioBufferSourceNode loop fixes from Blink
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Web AudioAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, eric.carlson, ews-watchlist, ggaren, glenn, jer.noble, philipj, sergio, webkit-bug-importer
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+

Description Chris Dumez 2020-09-22 14:29:10 PDT
Merge AudioBufferSourceNode loop fixes from Blink.
Comment 1 Chris Dumez 2020-09-22 14:37:32 PDT
Created attachment 409400 [details]
Patch
Comment 2 Eric Carlson 2020-09-22 15:50:07 PDT
Comment on attachment 409400 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=409400&action=review

> Source/WebCore/Modules/webaudio/AudioBufferSourceNode.cpp:527
> +        m_grainDuration =  bufferDuration - m_grainOffset;

Nit: extra space after `=`
Comment 3 Chris Dumez 2020-09-22 15:52:47 PDT
Committed r267443: <https://trac.webkit.org/changeset/267443>
Comment 4 Radar WebKit Bug Importer 2020-09-22 15:53:17 PDT
<rdar://problem/69397135>