Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-freq-data-smoothing-expected.txt

Issue 2581463002: Refactor WebAudio test directory (Closed)
Patch Set: Use correct path for wav result files Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Test AnalyserNode getFloatFrequencyData and getByteFrequencyData, Smoothing 1 Test AnalyserNode getFloatFrequencyData and getByteFrequencyData, Smoothing
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS First 512-point FFT at frame 512 equals [-100,-100,-96.1,-92.2,-88.1,-42.5, -28.3,-25.0,-30.7,-48.7,-89.7,-85.4,-45.9,-33.4,-31.2,-38.1,...] with an element -wise tolerance of {absoluteThreshold: 0, relativeThreshold: 0.0000059207}. 6 PASS First 512-point FFT at frame 512 equals [-100,-100,-96.1,-92.2,-88.1,-42.5, -28.3,-25.0,-30.7,-48.7,-89.7,-85.4,-45.9,-33.4,-31.2,-38.1,...] with an element -wise tolerance of {absoluteThreshold: 0, relativeThreshold: 0.0000059207}.
7 PASS 512-point byte FFT equals [0,0,14,28,43,209,255,255,252,186,37,53,197,242,2 50,225,...] with an element-wise tolerance of 0. 7 PASS 512-point byte FFT equals [0,0,14,28,43,209,255,255,252,186,37,53,197,242,2 50,225,...] with an element-wise tolerance of 0.
8 PASS Smoothed 512-point FFT at frame 1536 equals [-94.6,-93.1,-90.1,-87.2,-85.6, -38.9,-24.8,-21.5,-27.2,-45.1,-87.5,-78.7,-42.4,-29.9,-27.7,-34.6,...] with an e lement-wise tolerance of {absoluteThreshold: 0, relativeThreshold: 0.000025332}. 8 PASS Smoothed 512-point FFT at frame 1536 equals [-94.6,-93.1,-90.1,-87.2,-85.6, -38.9,-24.8,-21.5,-27.2,-45.1,-87.5,-78.7,-42.4,-29.9,-27.7,-34.6,...] with an e lement-wise tolerance of {absoluteThreshold: 0, relativeThreshold: 0.000025332}.
9 PASS 512-point byte FFT equals [19,25,36,46,52,222,255,255,255,199,45,77,209,255 ,255,238,...] with an element-wise tolerance of 0. 9 PASS 512-point byte FFT equals [19,25,36,46,52,222,255,255,255,199,45,77,209,255 ,255,238,...] with an element-wise tolerance of 0.
10 PASS FFT smoothing performed correctly with smoothing constant 0.5. 10 PASS FFT smoothing performed correctly with smoothing constant 0.5.
11 11
12 PASS successfullyParsed is true 12 PASS successfullyParsed is true
13 13
14 TEST COMPLETE 14 TEST COMPLETE
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698