Bug 216849 - Merge AudioBufferSourceNode loop fixes from Blink
Summary: Merge AudioBufferSourceNode loop fixes from Blink
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks: 212611
  Show dependency treegraph
 
Reported: 2020-09-22 14:29 PDT by Chris Dumez
Modified: 2020-09-22 15:53 PDT (History)
9 users (show)

See Also:


Attachments
Patch (18.39 KB, patch)
2020-09-22 14:37 PDT, Chris Dumez
eric.carlson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>