Loading lib_rend/ivas_rom_TdBinauralRenderer.c +3 −4 Original line number Diff line number Diff line Loading @@ -32,8 +32,7 @@ /* * Generated on 18-Oct-2023 with Matlab version 23.2.0.2365128 (R2023b) by MUXE6256 on PCWIN64 * Binaural rendering data set based on BRIRs Tables derived from Mozart IIS BRIRs.*/ * Tables derived from Mozart IIS BRIRs.*/ /* clang-format off */ scripts/td_object_renderer/modeling_tool/Gen_Hrf_IVAS_Binary.m +5 −3 Original line number Diff line number Diff line Loading @@ -147,8 +147,9 @@ if dataSpec.genRomFile fprintf(fileID_c, '/*\n'); fprintf(fileID_c, ' * Generated on %s with Matlab version %s by %s on %s\n', datetime("today"), version, username, computer); fprintf(fileID_c, ' * Binaural rendering data set based on BRIRs \n Tables derived from Mozart IIS BRIRs.*/'); fprintf(fileID_c, '\n\n\n'); fprintf(fileID_c, [' * Binaural rendering data set based on BRIRs\n']); fprintf(fileID_c, [' * Tables derived from Mozart IIS BRIRs.*/']); fprintf(fileID_c, '\n\n'); c_file_content = string(join({ '' Loading Loading @@ -832,7 +833,8 @@ if dataSpec.genRomFile c_file_content = string(join({'' ... '#undef WMC_TOOL_SKIP' ... '' ... '/* clang-format on */' '/* clang-format on */',... '' }, newline)); Loading Loading
lib_rend/ivas_rom_TdBinauralRenderer.c +3 −4 Original line number Diff line number Diff line Loading @@ -32,8 +32,7 @@ /* * Generated on 18-Oct-2023 with Matlab version 23.2.0.2365128 (R2023b) by MUXE6256 on PCWIN64 * Binaural rendering data set based on BRIRs Tables derived from Mozart IIS BRIRs.*/ * Tables derived from Mozart IIS BRIRs.*/ /* clang-format off */
scripts/td_object_renderer/modeling_tool/Gen_Hrf_IVAS_Binary.m +5 −3 Original line number Diff line number Diff line Loading @@ -147,8 +147,9 @@ if dataSpec.genRomFile fprintf(fileID_c, '/*\n'); fprintf(fileID_c, ' * Generated on %s with Matlab version %s by %s on %s\n', datetime("today"), version, username, computer); fprintf(fileID_c, ' * Binaural rendering data set based on BRIRs \n Tables derived from Mozart IIS BRIRs.*/'); fprintf(fileID_c, '\n\n\n'); fprintf(fileID_c, [' * Binaural rendering data set based on BRIRs\n']); fprintf(fileID_c, [' * Tables derived from Mozart IIS BRIRs.*/']); fprintf(fileID_c, '\n\n'); c_file_content = string(join({ '' Loading Loading @@ -832,7 +833,8 @@ if dataSpec.genRomFile c_file_content = string(join({'' ... '#undef WMC_TOOL_SKIP' ... '' ... '/* clang-format on */' '/* clang-format on */',... '' }, newline)); Loading