feat: support configuring audio channels and sample rates of recordings; audio recordings now work!

This commit is contained in:
2026-04-15 01:22:38 -04:00
parent b457375e69
commit 33a7b15720
5 changed files with 127 additions and 15 deletions

View File

@@ -49,6 +49,7 @@ opendal = { git = "https://github.com/apache/opendal", features = [
"services-sled",
"services-webdav",
] }
opus2 = "0.4.0"
patricia_tree = "0.10.1"
rhai = "1.23.6"
rustls = "0.23"
@@ -62,6 +63,7 @@ songbird = { version = "0.6.0", default-features = false, features = [
"twilight",
"tws",
] }
strum = { version = "0.28.0", features = ["derive"] }
time = "0.3.47"
tokio = { version = "1.46.0", features = ["rt-multi-thread", "macros", "signal"] }
tokio-util = "0.7.18"