🐞 fix: 修复任务栏歌词的歌词意外跳转 bug#857
Merged
Merged
Conversation
Contributor
|
Warning Gemini encountered an error creating the summary. You can try again by commenting |
Member
Author
|
/gemini summary |
Contributor
Summary of Changes此拉取请求旨在解决任务栏歌词显示中一个令人困扰的意外跳转错误。通过引入一个时间同步阈值,并优化 IPC 消息处理逻辑,确保歌词仅在必要时才进行时间同步,从而显著提升了歌词显示的稳定性和用户体验,避免了因细微时间偏差导致的歌词回溯问题。 Highlights
Changelog
Activity
|
Member
Author
|
/gemini review |
kazukokawagawa
approved these changes
Feb 10, 2026
imsyy
approved these changes
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
只有当 IPC 时间与本地时间误差超过 100ms 时,才同步 IPC 的时间
IPC 传来的时间有约 50ms 的延迟,可能导致 rAF 的时间抢跑了 50ms 显示到了下一行歌词,而 IPC 传的时间又把歌词拉回到上一句