After you hit the GO button, plays only the 3 part track through both output tracks
splitter.connect(merger, 0, 0); // Left channel to left output
splitter.connect(merger, 0, 0); // Right channel to right output
splitter.connect(audioContext.destination, 0, 0);
splitter.disconnect(audioContext.destination, 1, 1);