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

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Andrzejak <andreiltd@gmail.com>2022-02-01 02:16:20 +0300
committerTomasz Andrzejak <andreiltd@gmail.com>2022-02-01 02:16:20 +0300
commit2c6ab9dd1fb214ca0a77a4eb0cb1cb1202ca1176 (patch)
tree4826222ced7363c0dc9c8eb997c145725f7e2ff3 /audio/audiofx/Cargo.toml
parente419c18a87abb5c41d64f47a63a5e89191439855 (diff)
Bump hrtf to version 0.8
hrtfrender tests are now using a fake hrir configuration file which is stripped of actual position coefficients. The generated config does not work anymore.
Diffstat (limited to 'audio/audiofx/Cargo.toml')
-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 53712ecea..c0f431502 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"