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

This commit is contained in:
Del Wang
2025-12-29 11:23:58 +08:00
parent e3c8bbb347
commit d7eeba90fd
7 changed files with 171 additions and 136 deletions
+3 -1
View File
@@ -12,7 +12,6 @@ strip = true
debug = false
[dependencies]
alsa = "0.11"
opus = "0.3"
anyhow = "1.0"
tokio = { version = "1.47", features = ["full"] }
@@ -22,3 +21,6 @@ postcard = { version = "1.0", features = ["alloc", "use-std"] }
log = "0.4"
env_logger = "0.11"
byteorder = "1.5"
[target.'cfg(target_os = "linux")'.dependencies]
alsa = "0.11"