fix: latency, underrun, overflow

This commit is contained in:
Ahmet Kaan Gümüş 2025-06-14 17:14:35 +03:00
parent 5ad6184f13
commit 8cad7658ea
5 changed files with 122 additions and 279 deletions

View file

@ -10,5 +10,3 @@ tokio = { workspace = true }
s2n-quic = { workspace = true }
cpal = "0.16.0"
iced = { features = ["tokio"], git = "https://github.com/iced-rs/iced", rev = "d39022432c778a8cda455f40b9c12245db86ce45" }
fixed-resample = "0.8.0"
rodio = {git = "https://github.com/RustAudio/rodio", rev = "071db6df2adfccfe1032be43dd87e5681e34292c"}