Chan 4

Play Audio



After hitting GO, plays 3 part track only through both output channels

splitter.connect(merger, 0, 0); // Left channel to left output
splitter.connect(merger, 1, 1); // Right channel to right output
splitter.connect(audioContext.destination, 0, 0); // channel to output. Input is the 3rd parameter
no disconnects