-
Notifications
You must be signed in to change notification settings - Fork 283
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
setZoom auto has little error #536
Comments
I have fixed the bug in There is no |
The zoom 'auto' problem is fixed in b6e1662. |
I have published v3.4.1 to npm, with both these fixes. |
Thanks for your response and quick fix The following are the results of my own use. Among the three audios, only the third audio does not have misalignment problems. 3.mp4 |
I can reproduce the problem here, so there's no need to upload your files. But thank you for offering, it's really helpful. There are two problems I can see:
Fixing the first one is easy, the second is a bit more involved. For now, I can prevent the auto-scroll when you set auto zoom, but to fix this properly means changing the waveform resampling to support floating-point |
This is not a complete fix, but now the zoomview waveform will now have the same length as the overview waveform See #536
Please try v3.4.2, which prevents the waveform from scroll when the zoom is set to 'auto'. |
I understand, thanks for the explanation. |
Thank you too, for raising these issues. It all helps improve this package. |
Hello,
I use the following code to set zoom to auto.
But it does not completely cover the entire waveform.
As the video shows, it can still slide. Is there a way to ensure that it is fully covered?
2.mp4
The text was updated successfully, but these errors were encountered: