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-05-31 13:06:44 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-05-31 13:06:44 +0300
commitf7f65e5bcba4b18d922fbee2e729026b9d76957b (patch)
tree1e4257cdec38ef22748b557e4a739badbf686f4f /audio
parent0dd0acd73872f0e9ad1d48bc99c29e317e5784ab (diff)
audiofx: Update to nnnoiseless 0.5
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 3b3a7541..9c4a067a 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"