Bug 216735

Summary: AnalyserNode's getByteFrequencyData() / getFloatFrequencyData() should only do FFT analysis once per render quantum
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, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
URL: https://www.w3.org/TR/webaudio/#dom-analysernode-getbytefrequencydata
Bug Depends on:    
Bug Blocks: 212611, 216736, 216781    
Attachments:
Description Flags
Patch none

Chris Dumez
Reported 2020-09-19 16:52:55 PDT
AnalyserNode's getByteFrequencyData() / getFloatFrequencyData() should only do FFT analysis once per render quantum: - https://www.w3.org/TR/webaudio/#dom-analysernode-getbytefrequencydata """ If another call to getByteFrequencyData() or getFloatFrequencyData() occurs within the same render quantum as a previous call, the current frequency data is not updated with the same data. Instead, the previously computed data is returned. """
Attachments
Patch (15.28 KB, patch)
2020-09-19 16:59 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2020-09-19 16:59:15 PDT
EWS
Comment 2 2020-09-21 11:56:29 PDT
Committed r267349: <https://trac.webkit.org/changeset/267349> All reviewed patches have been landed. Closing bug and clearing flags on attachment 409215 [details].
Radar WebKit Bug Importer
Comment 3 2020-09-21 12:25:52 PDT
Note You need to log in before you can comment on or make changes to this bug.