Loading lib_rend/ivas_rom_binauralRenderer.c +2 −2 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ /* Tables generated by the script at "scripts/binauralRenderer_interface/fastconv/generate_tables_for_fastconv.m */ /* Can be replaced by your own generated HRIR tables */ /* * Generated on 01-Sep-2023 with Matlab version 9.12.0.2009381 (R2022a) Update 4 by MUXE6256. * Generated on 06-Sep-2023 with Matlab version 9.12.0.2009381 (R2022a) Update 4 by MUXE6256. */ Loading Loading @@ -46955,7 +46955,7 @@ const float fastconvReverberationEneCorrections[CLDFB_NO_CHANNELS_MAX] = /* * Generated on 01-Sep-2023 with Matlab version 9.12.0.2009381 (R2022a) Update 4 by MUXE6256. * Generated on 06-Sep-2023 with Matlab version 9.12.0.2009381 (R2022a) Update 4 by MUXE6256. */ scripts/binauralRenderer_interface/generate_ivas_binauralizer_tables_from_sofa.m +6 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,8 @@ brir_file = fullfile( brir_path, brir_file_name); %% generate reverb rom values data_struct = generate_lr_energies_and_iac(hrir_path, hrir_file_name); %data_struct = generate_lr_energies_and_iac(hrir_path, hrir_file_name); %perfomed by crend converter %% generate td binauralizer rom values Loading Loading @@ -102,6 +103,8 @@ end command = [command ... ' -harmonize_late_reverb_binaural_gain ' ... ' -compute_reverb_rom ' ... hrir_file ' ' ... ' 5 ' ... hrir_file ' ' ... erase(hrir_file,'.sofa') '_FOA.sofa ' ... Loading Loading @@ -167,6 +170,8 @@ if writeBinaryOutput == 1 ' -input_mixerconv_hrir_file_name ' binary_name ... ' -input_mixerconv_brir_file_path ' binary_path ... ' -input_mixerconv_brir_file_name ' binary_name ... ' -input_reverb_file_path ' binary_path ... ' -input_reverb_file_name ' binary_name ... ' -input_td_file_path ' fullfile(binary_path, 'IVAS_DEFAULT') ... ' -input_td_file_name ' td_binary_file ... ' -input_param_file_path ' binary_path ... Loading Loading
lib_rend/ivas_rom_binauralRenderer.c +2 −2 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ /* Tables generated by the script at "scripts/binauralRenderer_interface/fastconv/generate_tables_for_fastconv.m */ /* Can be replaced by your own generated HRIR tables */ /* * Generated on 01-Sep-2023 with Matlab version 9.12.0.2009381 (R2022a) Update 4 by MUXE6256. * Generated on 06-Sep-2023 with Matlab version 9.12.0.2009381 (R2022a) Update 4 by MUXE6256. */ Loading Loading @@ -46955,7 +46955,7 @@ const float fastconvReverberationEneCorrections[CLDFB_NO_CHANNELS_MAX] = /* * Generated on 01-Sep-2023 with Matlab version 9.12.0.2009381 (R2022a) Update 4 by MUXE6256. * Generated on 06-Sep-2023 with Matlab version 9.12.0.2009381 (R2022a) Update 4 by MUXE6256. */
scripts/binauralRenderer_interface/generate_ivas_binauralizer_tables_from_sofa.m +6 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,8 @@ brir_file = fullfile( brir_path, brir_file_name); %% generate reverb rom values data_struct = generate_lr_energies_and_iac(hrir_path, hrir_file_name); %data_struct = generate_lr_energies_and_iac(hrir_path, hrir_file_name); %perfomed by crend converter %% generate td binauralizer rom values Loading Loading @@ -102,6 +103,8 @@ end command = [command ... ' -harmonize_late_reverb_binaural_gain ' ... ' -compute_reverb_rom ' ... hrir_file ' ' ... ' 5 ' ... hrir_file ' ' ... erase(hrir_file,'.sofa') '_FOA.sofa ' ... Loading Loading @@ -167,6 +170,8 @@ if writeBinaryOutput == 1 ' -input_mixerconv_hrir_file_name ' binary_name ... ' -input_mixerconv_brir_file_path ' binary_path ... ' -input_mixerconv_brir_file_name ' binary_name ... ' -input_reverb_file_path ' binary_path ... ' -input_reverb_file_name ' binary_name ... ' -input_td_file_path ' fullfile(binary_path, 'IVAS_DEFAULT') ... ' -input_td_file_name ' td_binary_file ... ' -input_param_file_path ' binary_path ... Loading