Loading lib_rend/ivas_rom_binauralRenderer.c +2 −1 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 27-Sep-2023 with Matlab version 23.2.0.2365128 (R2023b) by MUXE6256. * Generated on 28-Sep-2023 with Matlab version 23.2.0.2365128 (R2023b) by . */ Loading Loading @@ -47519,3 +47519,4 @@ const float parametricEarlyPartEneCorrection[CLDFB_NO_CHANNELS_MAX] = { #undef WMC_TOOL_SKIP /* clang-format on */ scripts/binauralRenderer_interface/param_bin/generate_tables_for_parametric_binauralizer.m +3 −2 Original line number Diff line number Diff line Loading @@ -68,8 +68,9 @@ if writeRomFileOutput end fid = fopen(fullfile('.', rom_file), 'at'); fprintf(fid, '/*\n'); fprintf(fid, ' * Generated on %s with Matlab version %s by %s.\n', date, version, username); fprintf(fid, '*/\n\n\n'); % fprintf(fid, ' * Generated on %s with Matlab version %s by %s.\n', date, version, username); fprintf(fid, "/* Binaural rendering data set based on BRIRs */\n/* Tables derived from Mozart IIS BRIRs.*/"); fprintf(fid, '\n\n\n'); end Loading Loading
lib_rend/ivas_rom_binauralRenderer.c +2 −1 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 27-Sep-2023 with Matlab version 23.2.0.2365128 (R2023b) by MUXE6256. * Generated on 28-Sep-2023 with Matlab version 23.2.0.2365128 (R2023b) by . */ Loading Loading @@ -47519,3 +47519,4 @@ const float parametricEarlyPartEneCorrection[CLDFB_NO_CHANNELS_MAX] = { #undef WMC_TOOL_SKIP /* clang-format on */
scripts/binauralRenderer_interface/param_bin/generate_tables_for_parametric_binauralizer.m +3 −2 Original line number Diff line number Diff line Loading @@ -68,8 +68,9 @@ if writeRomFileOutput end fid = fopen(fullfile('.', rom_file), 'at'); fprintf(fid, '/*\n'); fprintf(fid, ' * Generated on %s with Matlab version %s by %s.\n', date, version, username); fprintf(fid, '*/\n\n\n'); % fprintf(fid, ' * Generated on %s with Matlab version %s by %s.\n', date, version, username); fprintf(fid, "/* Binaural rendering data set based on BRIRs */\n/* Tables derived from Mozart IIS BRIRs.*/"); fprintf(fid, '\n\n\n'); end Loading