chore: 完善从节点连接提示音

This commit is contained in:
Del Wang
2026-01-01 13:05:06 +08:00
parent ab872180fc
commit 118c34eb5c
4 changed files with 19 additions and 7 deletions
-2
View File
@@ -26,8 +26,6 @@ struct SlaveSession {
}
pub async fn run_master(master_role: ChannelRole) -> Result<()> {
println!("--- 主节点模式 ({}) ---", master_role.to_string());
// 0. 设置 ALSA 重定向
println!("🔥 启动中,请稍等...");
let _alsa_guard = AlsaRedirector::new()?;