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:50:34 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-01-31 16:50:34 +0300
commitbbe0b068e5e6fcb39e814f07cb22f7b47ed783e1 (patch)
tree7c35c970506679d0b302e340278fecc9940c40ba /audio/audiofx
parent42f9f9969071580782553448eaa180e8db8f9bec (diff)
hrtfrender: Switch back to hrtf 0.7
This needs some more work because of behaviour changes.
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 c0f43150..53712ece 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.8"
+hrtf = "0.7"
nnnoiseless = { version = "0.3", default-features = false }
smallvec = "1"
atomic_refcell = "0.1"