aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-08-06 15:59:22 +0200
committerAstatin <[email protected]>2025-08-06 15:59:22 +0200
commit70b95279579146bf46910257f8e0ecb1ff62b24f (patch)
tree0152abe0e1899fd3dd246571456c2713a7735170 /Cargo.toml
parenta5b89a18526a5b56b74f3ced3d0ebe6ad35a4551 (diff)
Dynamically adapt audio speed to keep latency low
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fdd1520..914e038 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,8 @@ authors = ["Astatin <astatin@redacted>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-rodio = { version = "0.17", default-features = false, features = [] }
+rodio = { version = "0.21", default-features = false, features = ["playback"] }
+cpal = "0.16"
gilrs = "0.10.2"
clap = { version = "4.3.21", features = ["derive"] }
pixels = "0.15"