Bug 136120

Summary: WebAudio FFT analysis uses incorrect scaling
Product: WebKit Reporter: Dean Jackson <dino>
Component: New BugsAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson, glenn, info, jer.noble, philipj, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Dean Jackson 2014-08-20 15:18:38 PDT
WebAudio FFT analysis uses incorrect scaling
Comment 1 Dean Jackson 2014-08-20 15:26:53 PDT
Created attachment 236900 [details]
Patch
Comment 2 Tim Horton 2014-08-20 15:31:40 PDT
Comment on attachment 236900 [details]
Patch

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

> Source/WebCore/ChangeLog:18
> +        When this test is run using an older version of Chrome, the peak varies

Chrome!

> LayoutTests/webaudio/realtimeanalyser-fft-scaling.html:33
> +      function checkResult() {

function body is not indented?
Comment 3 Alexey Proskuryakov 2014-08-20 17:54:04 PDT
*** Bug 135986 has been marked as a duplicate of this bug. ***
Comment 4 Dean Jackson 2014-08-20 17:54:37 PDT
Committed r172816: <http://trac.webkit.org/changeset/172816>