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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/realtimeanalyser-downmix-expected.txt

Issue 1803233002: AnalyserNode should downmix channels to mono. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
OLDNEW
(Empty)
1 Test AnalyserNode Downmixing
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS Analyser downmix mono to mono time data is identical to the array [1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,...].
7 PASS Analyser downmix mono to mono freq data equals [-7.53501,-12.0412,-27.9588, -100.000,-100.000,-100.000,-100.000,-100.000,-100.000,-100.000,-100.000,-100.000 ,-100.000,-100.000,-100.000,-100.000,...] with an element-wise tolerance of {abs oluteThreshold: 0, relativeThreshold: 6.3283e-8}.
8 PASS Analyser downmix mono to mono downmixed correctly.
9
10 PASS Analyser downmix stereo to mono time data is identical to the array [2.5,2. 5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,...].
11 PASS Analyser downmix stereo to mono freq data equals [0.423786,-4.08240,-20.000 0,-100.000,-100.000,-100.000,-100.000,-100.000,-100.000,-100.000,-100.000,-100.0 00,-100.000,-100.000,-100.000,-100.000,...] with an element-wise tolerance of {a bsoluteThreshold: 0, relativeThreshold: 1.1681e-7}.
12 PASS Analyser downmix stereo to mono downmixed correctly.
13
14 PASS Analyser downmix quad to mono time data is identical to the array [7.5,7.5, 7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,7.5,...].
15 PASS Analyser downmix quad to mono freq data equals [9.96621,5.46002,-10.4576,-1 00.000,-100.000,-100.000,-100.000,-100.000,-100.000,-100.000,-100.000,-100.000,- 100.000,-100.000,-100.000,-100.000,...] with an element-wise tolerance of {absol uteThreshold: 0, relativeThreshold: 4.9793e-7}.
16 PASS Analyser downmix quad to mono downmixed correctly.
17
18 PASS Analyser downmix 5.1 to mono time data is identical to the array [43.035533 9050293,43.0355339050293,43.0355339050293,43.0355339050293,43.0355339050293,43.0 355339050293,43.0355339050293,43.0355339050293,43.0355339050293,43.0355339050293 ,43.0355339050293,43.0355339050293,43.0355339050293,43.0355339050293,43.03553390 50293,43.0355339050293,...].
19 PASS Analyser downmix 5.1 to mono freq data equals [25.1415,20.6353,4.71774,-100 .000,-100.000,-100.000,-100.000,-100.000,-100.000,-100.000,-100.000,-100.000,-10 0.000,-100.000,-100.000,-100.000,...] with an element-wise tolerance of {absolut eThreshold: 0, relativeThreshold: 2.0215e-7}.
20 PASS Analyser downmix 5.1 to mono downmixed correctly.
21
22 PASS Analyser downmix 3-channel to mono time data is identical to the array [1,1 ,1,1,1,1,1,1,1,1,1,1,1,1,1,1,...].
23 PASS Analyser downmix 3-channel to mono freq data equals [-7.53501,-12.0412,-27. 9588,-100.000,-100.000,-100.000,-100.000,-100.000,-100.000,-100.000,-100.000,-10 0.000,-100.000,-100.000,-100.000,-100.000,...] with an element-wise tolerance of {absoluteThreshold: 0, relativeThreshold: 6.3283e-8}.
24 PASS Analyser downmix 3-channel to mono downmixed correctly.
25
26 PASS successfullyParsed is true
27
28 TEST COMPLETE
29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698