collab-project / videojs-wavesurfer

video.js plugin that adds a navigable waveform for audio and video files
https://collab-project.github.io/videojs-wavesurfer
MIT License
365 stars 54 forks source link

Just toggle sound playback on container selection #135

Closed MichaelHeydon closed 3 years ago

MichaelHeydon commented 3 years ago

Rather than move the playhead to the selected position on waveform container selection, I would just simply like to toggle the sounds playback. Is this possible with an existing option? This is so in this instance the behaviour matches what would occur when selecting a video component.

thijstriemstra commented 3 years ago

Is this possible with an existing option?

No, there's no option for that.

I would add an overlay on the player and handle those clicks and control videojs-wavesurfer from there.