diff options
| author | Kapten Z∅∅m <55669224+default-username-852@users.noreply.github.com> | 2021-01-04 22:48:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-04 22:48:18 +0100 |
| commit | 531dc28e2c09a13336b057044bf8721d4b2c4c00 (patch) | |
| tree | 88d41a434b3a0c242ac7b35c6afefff0f75ee656 /mumd/Cargo.toml | |
| parent | be7748be2f1e9d1e88ebd093da9eec16d1ad4049 (diff) | |
| parent | 50b322f4ef974765a2948dfb08b1c9e8128b1bed (diff) | |
| download | mum-531dc28e2c09a13336b057044bf8721d4b2c4c00.tar.gz | |
Merge pull request #51 from mum-rs/noise-gate
Noise gate
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index 8c6958c..0f5edb1 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -18,22 +18,25 @@ notifications = ["libnotify"] [dependencies] mumlib = { version = "0.3", path = "../mumlib" } -argparse = "0.2" cpal = "0.13" bytes = "1.0" 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" ipc-channel = "0.14" log = "0.4" -mumble-protocol = "0.4.0" +mumble-protocol = "0.4.1" native-tls = "0.2" openssl = { version = "0.10" } opus = "0.2" serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "net", "time"] } +tokio-stream = "0.1.0" tokio-native-tls = "0.3" tokio-util = { version = "0.6", features = ["codec", "net"] } |
