-
Version: wavesurfer.js 6.2.0 (2022-05-16) We want to play wavesurfer with sync to video (video is loading in chunks) and wavefrom data is loaded using JSON after using audiowaveform to convert mp3 to JSON:
Initialization of Wavesurfer
Code to load wavesurfer with JSON data:
What we want to achieve:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@bugcoder you can use the videojs-wavesurfer project for this, here is an example: https://collab-project.github.io/videojs-wavesurfer/demo/video.html |
Beta Was this translation helpful? Give feedback.
@bugcoder you can use the videojs-wavesurfer project for this, here is an example:
https://collab-project.github.io/videojs-wavesurfer/demo/video.html