OLD | NEW |
1 Tests AudioChannelSplitter. | 1 Tests AudioChannelSplitter. |
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 PASS Exception been thrown for numberOfOutputs <= 0. | 5 PASS Exception been thrown for numberOfOutputs <= 0. |
6 PASS Exception been thrown for numberOfOutputs >= 32. | 6 PASS Exception been thrown for numberOfOutputs >= 32. |
7 PASS AudioChannelSplitter created successfully with numberOfOutputs = 32. | 7 PASS AudioChannelSplitter created successfully with numberOfOutputs = 32. |
8 PASS AudioChannelSplitter has 32 outputs when it is created with numberOfOutputs
= 32. | 8 PASS AudioChannelSplitter has 32 outputs when it is created with numberOfOutputs
= 32. |
9 PASS AudioChannelSplitter has one input. | 9 PASS AudioChannelSplitter has one input. |
10 PASS AudioChannelSplitter created successfully with empty parameter. | 10 PASS AudioChannelSplitter created successfully with empty parameter. |
11 PASS AudioChannelSplitter has 6 outputs when it is created with empty parameter. | 11 PASS AudioChannelSplitter has 6 outputs when it is created with empty parameter. |
12 PASS ChannelSplitterNode Object is available. | 12 PASS ChannelSplitterNode Object is available. |
13 PASS Correctly exchanged left and right channels. | 13 PASS Correctly exchanged left and right channels. |
14 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
15 | 15 |
16 TEST COMPLETE | 16 TEST COMPLETE |
17 | 17 |
OLD | NEW |