feat: support configuring audio channels and sample rates of recordings; audio recordings now work!
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user