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.
你好 @algerkong,
这个 PR 包含两个主要更新。为了方便沟通,我借助了翻译工具,如果表达有不准确的地方,还请见谅。🙏
🔧 修复内容:
修复音频初始化音量问题
我们修复了一个关于音频播放的 Bug:
当音频不以 100% 的音量开始播放(例如,以 0% 或 10% 初始化),之后即使用户将音量调高到 100%,实际播放的声音也会比直接以 100% 音量开始播放时小得多。
一个最能体现这个 Bug 的例子是:将音量初始化为 0%,然后上调到 100%,音频依旧是静音状态。这显然不符合用户对于音量控制的直观预期。
现在问题已经修复:无论音频以何种音量初始化,调整到 100% 后都能达到其应有的最大音量。
补充英文翻译
为了完善多语言支持,我补充并修正了一些缺失的英文(i18n)翻译文本。
希望这些改动能对项目有所帮助。
感谢你的审阅与维护!💪