Does dragToSeek work if i use custom peaks data? #3838
Unanswered
Miltonbhowmick
asked this question in
Q&A
Replies: 1 comment
-
You could try the same audio URL but with a regular HTML audio element. Chances are it's something with either the audio file or with your server (e.g. it doesn't support byte range requests). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is an example of custom peaks using via Wavesurfer,
https://wavesurfer.xyz/examples/?predecoded.js
In the above example, i am really confused on dragToSeek feature. When i click on a specific portion of the wave, the audio does not move to that position and continue playing.
My Try:
Is there any help or options to move to specific portion of playing when using custom peaks data?
Beta Was this translation helpful? Give feedback.
All reactions