aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/Cargo.toml
diff options
context:
space:
mode:
authorEskil Q <eskilq@kth.se>2020-12-27 15:43:58 +0100
committerEskil Q <eskilq@kth.se>2020-12-27 15:43:58 +0100
commitdbcc5373fab41d876f4495463d76c1ab28c9d670 (patch)
treee65c28f2bfcbd5786c2c1da3660c7641545c2306 /mumd/Cargo.toml
parentf063ae0abc37952d718be961309a53c88ad2e0e0 (diff)
downloadmum-dbcc5373fab41d876f4495463d76c1ab28c9d670.tar.gz
create noise-gate struct
Diffstat (limited to 'mumd/Cargo.toml')
-rw-r--r--mumd/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index 7f014bd..e548559 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -23,6 +23,9 @@ bytes = "0.5"
cpal = "0.13"
dasp_interpolate = { version = "0.11", features = ["linear"] }
dasp_signal = "0.11"
+dasp_frame = "0.11"
+dasp_sample = "0.11"
+dasp_ring_buffer = "0.11"
futures = "0.3"
futures-util = "0.3"
hound = "3.4"