Split Channel Waveforms

Drag'n'drop your -file here!

How to Enable Split Channels

Set the splitChannels option to true.

var wavesurfer = WaveSurfer.create({
    container: document.querySelector('#wave'),
    splitChannels: true
});

Fork me on GitHub