vlc/vlc-3.0 | branch: master | Adrien Maglo <[email protected]> | Mon Dec 18 14:21:52 2017 +0100| [4d3f56bf4baf987f783a9d0569e1458b2002a06e] | 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 <[email protected]> (cherry picked from commit 387c991aacf3728ceed03c7548ae9e8a950ab199) Signed-off-by: Thomas Guillem <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=4d3f56bf4baf987f783a9d0569e1458b2002a06e --- 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
