From 0f812765b5822aa065a8128039a30eb482177c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 31 Jan 2022 15:50:34 +0200 Subject: [PATCH] hrtfrender: Switch back to hrtf 0.7 This needs some more work because of behaviour changes. --- audio/audiofx/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml index e7fe0bfd..1a6f5365 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"