wavesurfer.js
wavesurfer.js copied to clipboard
2 waveforms
How can I display 2 waveforms with the same audio track on the same page?
use 2 wavesurfer instances. What have you tried so far?
usa 2 istanze wavesurfer. Cosa hai provato fino ad ora?
If I use 2 wavesurfer instances each one goes on its own instead I would like that interacting with one waveform also the other corresponds to this iteration
Nobody can help me?
I would like that interacting with one waveform also the other corresponds to this iteration
You would have to setup listeners for events like interaction
(see https://wavesurfer-js.org/docs/events.html for list of events) and trigger those on the 2nd player.