-
Hi there, We have updated the beta of Wavesurfer, and in the previous version we did some calls to the backend and drawer objects, as they are not present in the current beta version what is the proper way to handle the following calls?
thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 18 replies
-
In v7, you have methods like
|
Beta Was this translation helpful? Give feedback.
-
Why does getDuraiton return "auto"? It used to return the length of the wave file... |
Beta Was this translation helpful? Give feedback.
In v7, you have methods like
wavesurfer.getCurrentTime()
,wavesurfer.setTime(seconds)
,wavesurfer.seekTo(percentage)
.getPlayedPercents
would bewavesurfer.getCurrentTime() / wavesurfer.getDuration()
.