From 70b95279579146bf46910257f8e0ecb1ff62b24f Mon Sep 17 00:00:00 2001 From: Astatin Date: Wed, 6 Aug 2025 15:59:22 +0200 Subject: Dynamically adapt audio speed to keep latency low --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fdd1520..914e038 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,8 @@ authors = ["Astatin "] # 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" -- cgit v1.2.3-70-g09d2