We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
现定实现思路: 分离fade对音量的设置和外部对音量的设置 播放器最终使用音量为 ceil(rate*volume)
rate和音量的变更都会让播放器重新计算实际音量
这样音量和rate就不会被彼此修改
The text was updated successfully, but these errors were encountered:
No branches or pull requests
现定实现思路:
分离fade对音量的设置和外部对音量的设置
播放器最终使用音量为 ceil(rate*volume)
rate和音量的变更都会让播放器重新计算实际音量
这样音量和rate就不会被彼此修改
The text was updated successfully, but these errors were encountered: