OLD | NEW |
1 Test AnalyserNode getFloatFrequencyData and getByteFrequencyData, no Smoothing | 1 Test AnalyserNode getFloatFrequencyData and getByteFrequencyData, no 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 32-point float FFT equals [-38.0,-14.8,-15.6,-19.9,-22.9,-25.1,-26.7,-28.1,
-29.3,-30.4,-31.7,-33.7,-36.0,-38.5,-43.7,-55.3] with an element-wise tolerance
of {absoluteThreshold: 0, relativeThreshold: 6.8964e-7}. | 6 PASS 32-point float FFT equals [-38.0,-14.8,-15.6,-19.9,-22.9,-25.1,-26.7,-28.1,
-29.3,-30.4,-31.7,-33.7,-36.0,-38.5,-43.7,-55.3] with an element-wise tolerance
of {absoluteThreshold: 0, relativeThreshold: 6.8964e-7}. |
7 PASS Min FFT value is less than or equal to -50. | 7 PASS Min FFT value is less than or equal to -50. |
8 PASS Max FFT value is greater than or equal to -30. | 8 PASS Max FFT value is greater than or equal to -30. |
9 PASS 32-point byte FFT equals [153,255,255,255,255,255,255,255,255,249,233,207,1
78,146,79,0] with an element-wise tolerance of 0. | 9 PASS 32-point byte FFT equals [153,255,255,255,255,255,255,255,255,249,233,207,1
78,146,79,0] with an element-wise tolerance of 0. |
10 PASS 64-point float FFT equals [-15.9,-17.2,-23.0,-30.0,-32.4,-34.3,-35.9,-37.3,
-38.4,-39.5,-40.4,-41.2,-41.9,-42.7,-43.3,-43.9,...] with an element-wise tolera
nce of {absoluteThreshold: 0, relativeThreshold: 0.0000068366}. | 10 PASS 64-point float FFT equals [-15.9,-17.2,-23.0,-30.0,-32.4,-34.3,-35.9,-37.3,
-38.4,-39.5,-40.4,-41.2,-41.9,-42.7,-43.3,-43.9,...] with an element-wise tolera
nce of {absoluteThreshold: 0, relativeThreshold: 0.0000068366}. |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 PASS 32768-point byte FFT equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...] with an e
lement-wise tolerance of 0. | 49 PASS 32768-point byte FFT equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...] with an e
lement-wise tolerance of 0. |
50 PASS Basic frequency data computed correctly. | 50 PASS Basic frequency data computed correctly. |
51 | 51 |
52 PASS 128-point float FFT equals [-33.7,-21.1,-18.0,-20.2,-23.2,-25.3,-27.0,-28.4
,-29.6,-30.7,-31.6,-32.4,-33.2,-33.9,-34.5,-35.2,...] with an element-wise toler
ance of {absoluteThreshold: 0, relativeThreshold: 0.0000012548}. | 52 PASS 128-point float FFT equals [-33.7,-21.1,-18.0,-20.2,-23.2,-25.3,-27.0,-28.4
,-29.6,-30.7,-31.6,-32.4,-33.2,-33.9,-34.5,-35.2,...] with an element-wise toler
ance of {absoluteThreshold: 0, relativeThreshold: 0.0000012548}. |
53 PASS Smoothing constant of 0 correctly handled. | 53 PASS Smoothing constant of 0 correctly handled. |
54 | 54 |
55 PASS successfullyParsed is true | 55 PASS successfullyParsed is true |
56 | 56 |
57 TEST COMPLETE | 57 TEST COMPLETE |
58 | 58 |
OLD | NEW |