New feature: start and stop time for the play function #4032
katspaugh
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A new feature in 7.9.1! It's now possible to pass start and stop parameters to the play method:
Important
Please note that the end position is much more precise when using Web Audio playback (
backend: 'WebAudio
in the options). The default playback via an audio element is only accurate within +-16ms or so.Docs: https://wavesurfer.xyz/docs/classes/wavesurfer.default#play
Implemented here: #4014
Beta Was this translation helpful? Give feedback.
All reactions