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
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2022-01-31 16:20:44 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-01-31 16:20:44 +0300
commit42f9f9969071580782553448eaa180e8db8f9bec (patch)
tree91ef7ed3d197bf15ac559b0f56a3c8a9e66a32fe /audio/audiofx
parent3abbfbb51a8851fd8fc85015356e447d04c75c41 (diff)
Update to parking_lot 0.12 and hrtf 0.8
Diffstat (limited to 'audio/audiofx')
-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 53712ece..c0f43150 100644
--- a/audio/audiofx/Cargo.toml
+++ b/audio/audiofx/Cargo.toml
@@ -17,7 +17,7 @@ byte-slice-cast = "1.0"
num-traits = "0.2"
once_cell = "1.0"
ebur128 = "0.1"
-hrtf = "0.7"
+hrtf = "0.8"
nnnoiseless = { version = "0.3", default-features = false }
smallvec = "1"
atomic_refcell = "0.1"