feat: 完成立体声 demo 的 client / server 构建

This commit is contained in:
Del Wang
2025-12-31 22:53:33 +08:00
committed by Del
parent 06645dc563
commit 392d8bc21b
7 changed files with 171 additions and 136 deletions
+1
View File
@@ -1,3 +1,4 @@
#![cfg(target_os = "linux")]
use alsa::pcm::{PCM, HwParams, Format, Access};
use alsa::Direction;
use anyhow::{Result, Context};