blob: 2ad4a370667409fa9db31a7d59b022281c1bbcf1 [file] [log] [blame]
Tests AudioChannelSplitter.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS Exception been thrown for numberOfOutputs <= 0.
PASS Exception been thrown for numberOfOutputs >= 32.
PASS AudioChannelSplitter created successfully with numberOfOutputs = 32.
PASS AudioChannelSplitter has 32 outputs when it is created with numberOfOutputs = 32.
PASS AudioChannelSplitter has one input.
PASS AudioChannelSplitter created successfully with empty parameter.
PASS AudioChannelSplitter has 6 outputs when it is created with empty parameter.
PASS ChannelSplitterNode Object is available.
PASS Correctly exchanged left and right channels.
PASS successfullyParsed is true
TEST COMPLETE