Chan6

Play Audio



Plays 3 part track only through both output channels

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