OLD | NEW |
| (Empty) |
1 Tests AudioChannelSplitter. | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
4 | |
5 PASS Exception been thrown for numberOfOutputs <= 0. | |
6 PASS Exception been thrown for numberOfOutputs >= 32. | |
7 PASS AudioChannelSplitter created successfully with numberOfOutputs = 32. | |
8 PASS AudioChannelSplitter has 32 outputs when it is created with numberOfOutputs
= 32. | |
9 PASS AudioChannelSplitter has one input. | |
10 PASS AudioChannelSplitter created successfully with empty parameter. | |
11 PASS AudioChannelSplitter has 6 outputs when it is created with empty parameter. | |
12 PASS ChannelSplitterNode Object is available. | |
13 PASS Correctly exchanged left and right channels. | |
14 PASS successfullyParsed is true | |
15 | |
16 TEST COMPLETE | |
17 | |
OLD | NEW |