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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/webaudio/realtimeanalyser-fft-scaling-expected.txt
diff --git a/LayoutTests/webaudio/realtimeanalyser-fft-scaling-expected.txt b/LayoutTests/webaudio/realtimeanalyser-fft-scaling-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..442de878a2643c8fc15337f993e9fd915d843f17
--- /dev/null
+++ b/LayoutTests/webaudio/realtimeanalyser-fft-scaling-expected.txt
@@ -0,0 +1,30 @@
+Test scaling of FFT data for AnalyserNode
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+PASS Actual FFT peak in the expected position (1)
+PASS Peak value is near 0 dBFS as expected
+PASS Analyser correctly scaled FFT data of size 32
+PASS Actual FFT peak in the expected position (2)
+PASS Peak value is near 0 dBFS as expected
+PASS Analyser correctly scaled FFT data of size 64
+PASS Actual FFT peak in the expected position (4)
+PASS Peak value is near 0 dBFS as expected
+PASS Analyser correctly scaled FFT data of size 128
+PASS Actual FFT peak in the expected position (8)
+PASS Peak value is near 0 dBFS as expected
+PASS Analyser correctly scaled FFT data of size 256
+PASS Actual FFT peak in the expected position (16)
+PASS Peak value is near 0 dBFS as expected
+PASS Analyser correctly scaled FFT data of size 512
+PASS Actual FFT peak in the expected position (32)
+PASS Peak value is near 0 dBFS as expected
+PASS Analyser correctly scaled FFT data of size 1024
+PASS Actual FFT peak in the expected position (64)
+PASS Peak value is near 0 dBFS as expected
+PASS Analyser correctly scaled FFT data of size 2048
+PASS All Analyser tests passed.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« 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