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

Side by Side Diff: LayoutTests/webaudio/realtimeanalyser-fft-scaling-expected.txt

Issue 156993002: Use correct FFT scaling for WebAudio AnalyserNode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 months 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Test scaling of FFT data for AnalyserNode
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5 PASS Actual FFT peak in the expected position (1)
6 PASS Peak value is near 0 dBFS as expected
7 PASS Analyser correctly scaled FFT data of size 32
8 PASS Actual FFT peak in the expected position (2)
9 PASS Peak value is near 0 dBFS as expected
10 PASS Analyser correctly scaled FFT data of size 64
11 PASS Actual FFT peak in the expected position (4)
12 PASS Peak value is near 0 dBFS as expected
13 PASS Analyser correctly scaled FFT data of size 128
14 PASS Actual FFT peak in the expected position (8)
15 PASS Peak value is near 0 dBFS as expected
16 PASS Analyser correctly scaled FFT data of size 256
17 PASS Actual FFT peak in the expected position (16)
18 PASS Peak value is near 0 dBFS as expected
19 PASS Analyser correctly scaled FFT data of size 512
20 PASS Actual FFT peak in the expected position (32)
21 PASS Peak value is near 0 dBFS as expected
22 PASS Analyser correctly scaled FFT data of size 1024
23 PASS Actual FFT peak in the expected position (64)
24 PASS Peak value is near 0 dBFS as expected
25 PASS Analyser correctly scaled FFT data of size 2048
26 PASS All Analyser tests passed.
27 PASS successfullyParsed is true
28
29 TEST COMPLETE
30
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/realtimeanalyser-fft-scaling.html ('k') | Source/modules/webaudio/RealtimeAnalyser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698