We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db9ad3d + 72cae03 commit b974404Copy full SHA for b974404
Cargo.toml
@@ -15,21 +15,21 @@ rust-version = "1.70"
15
[dependencies]
16
arc-swap = "1.6"
17
arrayvec = "0.7"
18
-cpal = { version = "0.15.0", optional = true }
+cpal = { version = "0.15", optional = true }
19
creek = "1.1"
20
crossbeam-channel = "0.5"
21
-cubeb = { version = "0.10.0", optional = true }
+cubeb = { version = "0.10", optional = true }
22
dasp_sample = "0.11"
23
float_eq = "1.0"
24
hound = "3.5"
25
hrtf = "0.8"
26
llq = "0.1.1"
27
log = "0.4"
28
num-complex = "0.4"
29
-realfft = "3.0"
+realfft = "3.3"
30
rubato = "0.14"
31
rustc-hash = "1.1"
32
-smallvec = "1.8"
+smallvec = "1.11"
33
symphonia = { version = "0.5", default-features = false }
34
vecmath = "1.0"
35
0 commit comments