feat: 动态链接到 opus 和 alsa 基础库,完成音频录制播放和编解码

This commit is contained in:
Del Wang
2025-12-28 20:17:56 +08:00
parent 9bcea79443
commit f654eaace3
11 changed files with 431 additions and 46 deletions
+3
View File
@@ -4,3 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
alsa = "0.11"
opus = "0.3"
anyhow = "1.0"