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

Issue#628: Fix total_duration malfunction after speed mutation #631

Merged
merged 2 commits into from
Oct 5, 2024

Conversation

ugochukwu-850
Copy link
Contributor

-- updated the speed struct function total_duration to divide instead of multiply by speed factor
-- removed redundant comment on try_seek function in the speed.rs file #628

ugochukwu-850 added 2 commits October 5, 2024 10:37
Previously the total_duration function calculated the total duration by multiplying instead of deviding by the factor
Causing the total duration to increase as speed factors increased instead of the other way round .
I have fixed this
@dvdsk dvdsk merged commit aee7ffb into RustAudio:master Oct 5, 2024
11 checks passed
@dvdsk
Copy link
Collaborator

dvdsk commented Oct 5, 2024

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants