diff options
| author | Eskil Q <eskilq@kth.se> | 2020-12-27 15:43:58 +0100 |
|---|---|---|
| committer | Eskil Q <eskilq@kth.se> | 2020-12-27 15:43:58 +0100 |
| commit | dbcc5373fab41d876f4495463d76c1ab28c9d670 (patch) | |
| tree | e65c28f2bfcbd5786c2c1da3660c7641545c2306 /mumd/Cargo.toml | |
| parent | f063ae0abc37952d718be961309a53c88ad2e0e0 (diff) | |
| download | mum-dbcc5373fab41d876f4495463d76c1ab28c9d670.tar.gz | |
create noise-gate struct
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 3 |
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" |
