chore: activate songbird features for recording and depend on a patched version of audiopus_sys

This commit is contained in:
2026-03-20 15:09:22 -04:00
parent 56f63764a5
commit 6387b0aea3
2 changed files with 400 additions and 1 deletions

View File

@@ -47,9 +47,12 @@ rustls = "0.23"
secrecy = { version = "0.10.3", features = ["serde"] }
snafu = { version = "0.8.9", features = ["futures"] }
songbird = { version = "0.5.0", default-features = false, features = [
"driver",
"gateway",
"receive",
"rustls",
"twilight",
"tws",
] }
tokio = { version = "1.46.0", features = ["rt-multi-thread", "macros"] }
tracing = "0.1.41"
@@ -65,3 +68,6 @@ twilight-http = { version = "0.17", default-features = false, features = [
twilight-model = "0.17"
twilight-util = { version = "0.17", features = ["builder"] }
typed-builder = "0.23.2"
[patch.crates-io]
audiopus_sys = { git = "https://github.com/amsam0/audiopus_sys", rev = "3955ddb2b7b87e772e1c7bb93b8726a864f8c8f9" }