Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add start/end arguments back to the play function #3997

Open
glebm opened this issue Jan 13, 2025 · 0 comments · May be fixed by #4014
Open

[Feature Request] Add start/end arguments back to the play function #3997

glebm opened this issue Jan 13, 2025 · 0 comments · May be fixed by #4014

Comments

@glebm
Copy link
Contributor

glebm commented Jan 13, 2025

Past versions of Wavesurfer allowed specifying an interval to play via the start/end arguments to the play function:

play: function (start, end) {
this.backend.play(start, end);
this.startAnimationLoop();
},

Can we please bring this feature back?

@katspaugh katspaugh linked a pull request Jan 30, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants