Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2022-02-28 10:31:47 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-02-28 10:31:47 +0300
commit6ffe9d37440a4c363533dde1fc8f8e7b1f634a49 (patch)
tree599af5444ed2192ca6838fdca0ec7dc162145f04 /audio
parent2a4f9fbd5400e189da0047e6e63229e440990d03 (diff)
audiofx: Update nnoiseless dependency to 0.4
Diffstat (limited to 'audio')
-rw-r--r--audio/audiofx/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml
index b26646d0..3b3a7541 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.3", default-features = false }
+nnnoiseless = { version = "0.4", default-features = false }
smallvec = "1"
atomic_refcell = "0.1"
rayon = "1.5"