DescriptionMake realtimeanalyser-fft-scaling test more robust
The failures on Windows Debug is probably due to a timing issue where
the FFT samples were grabbed at an unexpected time. If the grabbed
time sample isn't a multiple of a full cycle and doesn't start at 0,
the FFT result is affected which can change the peak position and value.
This is aggravated by the Blackman window that is applied which smears the peak out anyway.
This is partly due to the use of one context for all of the
different-sized analyzers. This CL replaces that with a separate
offline context for each analyzer test that should guarantee that
right time samples are used.
BUG=349523
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175806
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|