[vlc-commits] spatialaudio: replace the FHK HRTF by the 3D Sound Labs HRTF
Adrien Maglo
git at videolan.org
Wed Dec 20 19:26:58 CET 2017
vlc | branch: master | Adrien Maglo <magsoft at videolan.org> | Mon Dec 18 14:21:52 2017 +0100| [387c991aacf3728ceed03c7548ae9e8a950ab199] | committer: Thomas Guillem
spatialaudio: replace the FHK HRTF by the 3D Sound Labs HRTF
This HRTF is licensed under the GNU Lesser General Public License v2.1
or later.
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=387c991aacf3728ceed03c7548ae9e8a950ab199
---
modules/audio_filter/channel_mixer/spatialaudio.cpp | 2 +-
share/hrtfs/dodeca_and_7channel_3DSL_HRTF.sofa | Bin 0 -> 92388 bytes
share/hrtfs/dodeca_and_7channel_FHK_HRTF.sofa | Bin 92418 -> 0 bytes
3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/audio_filter/channel_mixer/spatialaudio.cpp b/modules/audio_filter/channel_mixer/spatialaudio.cpp
index 59a87c97db..c52e3fcd89 100644
--- a/modules/audio_filter/channel_mixer/spatialaudio.cpp
+++ b/modules/audio_filter/channel_mixer/spatialaudio.cpp
@@ -45,7 +45,7 @@
#define CFG_PREFIX "spatialaudio-"
-#define DEFAULT_HRTF_PATH "hrtfs" DIR_SEP "dodeca_and_7channel_FHK_HRTF.sofa"
+#define DEFAULT_HRTF_PATH "hrtfs" DIR_SEP "dodeca_and_7channel_3DSL_HRTF.sofa"
#define HRTF_FILE_TEXT N_("HRTF file for the binauralization")
#define HRTF_FILE_LONGTEXT N_("Custom HRTF (Head-related transfer function) file " \
diff --git a/share/hrtfs/dodeca_and_7channel_3DSL_HRTF.sofa b/share/hrtfs/dodeca_and_7channel_3DSL_HRTF.sofa
new file mode 100644
index 0000000000..63aee4d58b
Binary files /dev/null and b/share/hrtfs/dodeca_and_7channel_3DSL_HRTF.sofa differ
diff --git a/share/hrtfs/dodeca_and_7channel_FHK_HRTF.sofa b/share/hrtfs/dodeca_and_7channel_FHK_HRTF.sofa
deleted file mode 100644
index 246a171dcf..0000000000
Binary files a/share/hrtfs/dodeca_and_7channel_FHK_HRTF.sofa and /dev/null differ
More information about the vlc-commits
mailing list