RTL (right-to-left)

How to enable right-to-left


Simply set the rtl option to true.

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

Fork me on GitHub