OLD | NEW |
1 Test Supported Number of Channels for ConvolverNode | 1 Test Supported Number of Channels for ConvolverNode |
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 ConvolverNode with buffer of 1 channels did not throw an exception. | 6 PASS ConvolverNode with buffer of 1 channels did not throw an exception. |
7 PASS ConvolverNode with buffer of 2 channels did not throw an exception. | 7 PASS ConvolverNode with buffer of 2 channels did not throw an exception. |
8 PASS ConvolverNode with buffer of 3 channels threw NotSupportedError: Failed to
set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 ch
annels, not 3. | 8 PASS ConvolverNode with buffer of 3 channels threw NotSupportedError: Failed to
set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 ch
annels, not 3. |
9 PASS ConvolverNode with buffer of 4 channels did not throw an exception. | 9 PASS ConvolverNode with buffer of 4 channels did not throw an exception. |
10 PASS ConvolverNode with buffer of 5 channels threw NotSupportedError: Failed to
set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 ch
annels, not 5. | 10 PASS ConvolverNode with buffer of 5 channels threw NotSupportedError: Failed to
set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 ch
annels, not 5. |
(...skipping 22 matching lines...) Expand all Loading... |
33 PASS ConvolverNode with buffer of 28 channels threw NotSupportedError: Failed to
set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 c
hannels, not 28. | 33 PASS ConvolverNode with buffer of 28 channels threw NotSupportedError: Failed to
set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 c
hannels, not 28. |
34 PASS ConvolverNode with buffer of 29 channels threw NotSupportedError: Failed to
set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 c
hannels, not 29. | 34 PASS ConvolverNode with buffer of 29 channels threw NotSupportedError: Failed to
set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 c
hannels, not 29. |
35 PASS ConvolverNode with buffer of 30 channels threw NotSupportedError: Failed to
set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 c
hannels, not 30. | 35 PASS ConvolverNode with buffer of 30 channels threw NotSupportedError: Failed to
set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 c
hannels, not 30. |
36 PASS ConvolverNode with buffer of 31 channels threw NotSupportedError: Failed to
set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 c
hannels, not 31. | 36 PASS ConvolverNode with buffer of 31 channels threw NotSupportedError: Failed to
set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 c
hannels, not 31. |
37 PASS ConvolverNode with buffer of 32 channels threw NotSupportedError: Failed to
set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 c
hannels, not 32. | 37 PASS ConvolverNode with buffer of 32 channels threw NotSupportedError: Failed to
set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 c
hannels, not 32. |
38 PASS Multiple channels for the convolver correctly handled. | 38 PASS Multiple channels for the convolver correctly handled. |
39 PASS successfullyParsed is true | 39 PASS successfullyParsed is true |
40 | 40 |
41 TEST COMPLETE | 41 TEST COMPLETE |
42 | 42 |
OLD | NEW |