RESOLVED FIXED 216735
AnalyserNode's getByteFrequencyData() / getFloatFrequencyData() should only do FFT analysis once per render quantum
https://bugs.webkit.org/show_bug.cgi?id=216735
Summary AnalyserNode's getByteFrequencyData() / getFloatFrequencyData() should only d...
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.