diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-11-27 11:29:47 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-11-28 02:46:45 +0100 |
| commit | 7715b8f72f54d922c9e57be4f231dc82518810b3 (patch) | |
| tree | 90db7bf9fc7948c87c133e8716a734a521b9a5fa /mumd/Cargo.toml | |
| parent | 1014f6c85b3d77009d8ee34f9517c73fc32f5379 (diff) | |
| download | mum-7715b8f72f54d922c9e57be4f231dc82518810b3.tar.gz | |
samplerate -> dasp
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index f497524..936353a 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -13,7 +13,7 @@ default = ["notifications", "sound-effects"] notifications = ["libnotify"] -sound-effects = ["hound", "samplerate"] +sound-effects = ["hound", "dasp_signal", "dasp_interpolate"] [dependencies] mumlib = { path = "../mumlib" } @@ -36,8 +36,9 @@ 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 } +dasp_signal = { version = "0.11", optional = true } +dasp_interpolate = { version = "0.11", features = ["linear"], optional = true } +hound = { version = "3.4", optional = true } #compressor = "0.3" #daemonize = "0.4" |
