-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
音质选择有问题 #1588
Comments
我已经重写了音质选择器,正在进行一些测试 |
Hi-Res 文件太大,且个人没有对这么高音质的需求。 |
另外:这样有问题的行为是不是不应该草率地 release 到新版本? |
因为我没有测试出这样的问题,而且上一个版本存在着更多不可接受的bug,修复了这些真正最影响软件使用的bug后,我们认为现在已经是时候发布新的版本了 这个音质选择的问题确实是我没有写好,但是考虑到选择 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#1585 新增对 Hi-Res 音质的支持后,当设置中选择 FLAC 音质,而所播放歌曲没有此音质时,将无法播放。
根据此段代码:
YesPlayMusic/src/api/track.js
Lines 11 to 25 in cf83307
若
quality
为flac
,sqBr
为undefined
,将返回flac
,不是合法参数,导致NeteaseCloudMusicApi
将返回400
错误,如图所示。The text was updated successfully, but these errors were encountered: