From dbcc5373fab41d876f4495463d76c1ab28c9d670 Mon Sep 17 00:00:00 2001 From: Eskil Q Date: Sun, 27 Dec 2020 15:43:58 +0100 Subject: create noise-gate struct --- mumd/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mumd/Cargo.toml') 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" -- cgit v1.2.1