OLD | NEW |
1 Test AnalyserNode getFloatTimeDomainData | 1 Test AnalyserNode getFloatTimeDomainData |
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 8-element short array initialized to Infinity. | 6 PASS 8-element short array initialized to Infinity. |
7 PASS getFloatTimeDomainData(<8-element vector>). | 7 PASS getFloatTimeDomainData(<8-element vector>). |
8 PASS 8-element time domain data is identical to the array [97,98,99,100,101,102,
103,104]. | 8 PASS 8-element time domain data is identical to the array [97,98,99,100,101,102,
103,104]. |
9 PASS 64-element long array initialized to Infinity. | 9 PASS 64-element long array initialized to Infinity. |
10 PASS getFloatTimeDomainData(<64-element vector>). | 10 PASS getFloatTimeDomainData(<64-element vector>). |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 PASS At frame 1791: data.subarray(256, 2048) is identical to the array [1,2,3,4,
5,6,7,8,9,10,11,12,13,14,15,16,...]. | 55 PASS At frame 1791: data.subarray(256, 2048) is identical to the array [1,2,3,4,
5,6,7,8,9,10,11,12,13,14,15,16,...]. |
56 PASS At frame 1919: data.subarray(0, 128) contains only the constant 0. | 56 PASS At frame 1919: data.subarray(0, 128) contains only the constant 0. |
57 PASS At frame 1919: data.subarray(128, 2048) is identical to the array [1,2,3,4,
5,6,7,8,9,10,11,12,13,14,15,16,...]. | 57 PASS At frame 1919: data.subarray(128, 2048) is identical to the array [1,2,3,4,
5,6,7,8,9,10,11,12,13,14,15,16,...]. |
58 PASS At frame 2047: data.subarray(0, 2048) is identical to the array [1,2,3,4,5,
6,7,8,9,10,11,12,13,14,15,16,...]. | 58 PASS At frame 2047: data.subarray(0, 2048) is identical to the array [1,2,3,4,5,
6,7,8,9,10,11,12,13,14,15,16,...]. |
59 PASS Time domain data contained initial zeroes and correct data as expected. | 59 PASS Time domain data contained initial zeroes and correct data as expected. |
60 | 60 |
61 PASS successfullyParsed is true | 61 PASS successfullyParsed is true |
62 | 62 |
63 TEST COMPLETE | 63 TEST COMPLETE |
64 | 64 |
OLD | NEW |