-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[BUGFIX] Fixed Song Synchronization #2706
Conversation
What does this actually solve and how? |
This PR addresses an issue with the instrumental being out-of-sync with the vocals when you first load into a song. (However, restarting the song properly syncs the vocals and instrumental.) I'm unsure if you are able to reproduce the bug on your end. PlayState's resyncVocals() function is modified to pause the instrumental in addition to the vocals. Before: Before.mp4After: After.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
desperately needed; its a bit annoying to have to pause/unpause nearly every single time i open a song to fix the desync, especially when testing charting
Probably going to close this in favor of #3058. |
Probably should've explained this when I first made the pull request, but this person explained it well.