Adding alsa lib and cpal

This commit is contained in:
2025-06-28 14:28:32 +00:00
parent 535822198b
commit 66c4aeffa6
11 changed files with 570 additions and 64 deletions
+1 -1
View File
@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
artnet_protocol = "0.4.3"
cpal = "0.16.0"
crossbeam = "0.8.4"
ctrlc = { version = "3.4.7", features = ["termination"] }
env_logger = "0.11.8"
@@ -12,7 +13,6 @@ log = "0.4.27"
nix = "0.30.1"
rpi-mailbox = "0.3.0"
rppal = "0.22.1"
# tokio = { version = "1.45.1", features = ["full"] }
[features]
default = ["rpizero2", "16channel"]