From 167bc61f26427590d00cba3326e58f350cabd57f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 31 May 2022 13:06:44 +0300 Subject: [PATCH] audiofx: Update to nnnoiseless 0.5 --- audio/audiofx/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml index 8246ba2b..c076b442 100644 --- a/audio/audiofx/Cargo.toml +++ b/audio/audiofx/Cargo.toml @@ -18,7 +18,7 @@ num-traits = "0.2" once_cell = "1.0" ebur128 = "0.1" hrtf = "0.8" -nnnoiseless = { version = "0.4", default-features = false } +nnnoiseless = { version = "0.5", default-features = false } smallvec = "1" atomic_refcell = "0.1" rayon = "1.5"