diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-11-28 02:55:37 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-11-28 02:55:37 +0100 |
| commit | 1db4ab3868df2e1cdeffa80b74ddf92ddf341848 (patch) | |
| tree | f3ea383b49df4d2ace040dbad14c47700fba650a /mumd/Cargo.toml | |
| parent | 1014f6c85b3d77009d8ee34f9517c73fc32f5379 (diff) | |
| parent | 5b2716505d0cfcb71cb7799714970be2255e618f (diff) | |
| download | mum-1db4ab3868df2e1cdeffa80b74ddf92ddf341848.tar.gz | |
Merge branch 'dasp' into 'main'
samplerate -> DASP
See merge request gustav/mum!38
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index f497524..ba0f5a0 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -9,20 +9,21 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] -default = ["notifications", "sound-effects"] +default = ["notifications"] notifications = ["libnotify"] -sound-effects = ["hound", "samplerate"] - [dependencies] mumlib = { path = "../mumlib" } argparse = "0.2" bytes = "0.5" cpal = { git = "https://github.com/RustAudio/cpal" } +dasp_interpolate = { version = "0.11", features = ["linear"] } +dasp_signal = "0.11" futures = "0.3" futures-util = "0.3" +hound = "3.4" ipc-channel = "0.14" log = "0.4" mumble-protocol = "0.3" @@ -36,8 +37,5 @@ tokio-util = { version = "0.3", features = ["codec", "udp"] } libnotify = { version = "1.0", optional = true } -hound = { version = "3.4.0", optional = true } -samplerate = { version = "0.2.2", optional = true } - #compressor = "0.3" #daemonize = "0.4" |
