Skip to content
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

[Bug]: 音频输出设备设置后重启软件无法保存设置 #1568

Closed
2 tasks done
BigOrange666 opened this issue Sep 16, 2023 · 4 comments
Closed
2 tasks done

[Bug]: 音频输出设备设置后重启软件无法保存设置 #1568

BigOrange666 opened this issue Sep 16, 2023 · 4 comments

Comments

@BigOrange666
Copy link

解决方案检查

预期行为

能够正常保存设置。重启软件无需修改音频设备

实际行为

设置中修改了音频设备后重启软件,该设置会被恢复默认,期间不进任何界面,不修改其他设置等(不开启音频可视化)
image
image

Lx Music 版本

2.4.1

最后正常的版本

No response

操作系统版本

Windows 11 专业工作站版

附加信息

No response

@lyswhut
Copy link
Owner

lyswhut commented Sep 16, 2023

ctrl + f12打开开发者工具,切到 console,输入navigator.mediaDevices.enumerateDevices().then(info => info.forEach(d => console.log(d.deviceId, d.label))) 回车后截图输出的内容,重启后再次操作一遍,看看重启前后两次输出的内容是否一致

@BigOrange666
Copy link
Author

点击ctrl + f12打开开发者工具,切到console,输入navigator.mediaDevices.enumerateDevices().then(info => info.forEach(d => console.log(d.deviceId, d.label)))回车后截图输出的内容,重启后再次操作一遍,看看重启前后两次输出的内容是否一致

不一样,每次启动都在变
QQ截图20230917110120

QQ截图20230917110236

@lyswhut
Copy link
Owner

lyswhut commented Sep 17, 2023

试试最新beta版是否已修复:https://github.com/lyswhut/lx-music-desktop/actions/workflows/beta-pack.yml

@BigOrange666
Copy link
Author

OK了,已修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants