Cursor Plugin Example

Cursor plugin


Shows a cursor on the waveform.

var wavesurfer = WaveSurfer.create({
    container: document.querySelector('#waveform'),
    plugins: [
        WaveSurfer.cursor.create()
    ]
});

Fork me on GitHub