Loading lib_rend/ivas_rom_binauralRenderer.c +4 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,8 @@ /* clang-format off */ #define WMC_TOOL_SKIP #ifdef DEBUGGING /* * Generated on 29-Jul-2024 with Matlab version 9.9.0.2037887 (R2020b) Update 8 by tmu on MACI64 Loading Loading @@ -47512,4 +47514,6 @@ const float parametricEarlyPartEneCorrection[CLDFB_NO_CHANNELS_MAX] = { +0.016357f, +0.042725f, +0.077393f, +0.066162f, +0.041992f, +0.020020f, +0.007812f, +0.002930f, +0.000977f, +0.000244f }; #undef WMC_TOOL_SKIP /* clang-format on */ scripts/binauralRenderer_interface/generate_ivas_binauralizer_tables_from_sofa.m +3 −2 Original line number Diff line number Diff line Loading @@ -167,7 +167,8 @@ if writeRomFileOutput == true '#include "cnst.h"', ... '#include "ivas_cnst.h"', ... '#include "wmc_auto.h"', ... '/* clang-format off */'); '/* clang-format off */', ... '#define WMC_TOOL_SKIP'); fclose(fp); end Loading @@ -185,7 +186,7 @@ if writeRomFileOutput == true fp = fopen(rom_file,'at'); fprintf(fp,"\n%s\n", '/* clang-format on */'); fprintf(fp,"\n%s\n\n%s\n", '#undef WMC_TOOL_SKIP', '/* clang-format on */'); fclose(fp); end Loading Loading
lib_rend/ivas_rom_binauralRenderer.c +4 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,8 @@ /* clang-format off */ #define WMC_TOOL_SKIP #ifdef DEBUGGING /* * Generated on 29-Jul-2024 with Matlab version 9.9.0.2037887 (R2020b) Update 8 by tmu on MACI64 Loading Loading @@ -47512,4 +47514,6 @@ const float parametricEarlyPartEneCorrection[CLDFB_NO_CHANNELS_MAX] = { +0.016357f, +0.042725f, +0.077393f, +0.066162f, +0.041992f, +0.020020f, +0.007812f, +0.002930f, +0.000977f, +0.000244f }; #undef WMC_TOOL_SKIP /* clang-format on */
scripts/binauralRenderer_interface/generate_ivas_binauralizer_tables_from_sofa.m +3 −2 Original line number Diff line number Diff line Loading @@ -167,7 +167,8 @@ if writeRomFileOutput == true '#include "cnst.h"', ... '#include "ivas_cnst.h"', ... '#include "wmc_auto.h"', ... '/* clang-format off */'); '/* clang-format off */', ... '#define WMC_TOOL_SKIP'); fclose(fp); end Loading @@ -185,7 +186,7 @@ if writeRomFileOutput == true fp = fopen(rom_file,'at'); fprintf(fp,"\n%s\n", '/* clang-format on */'); fprintf(fp,"\n%s\n\n%s\n", '#undef WMC_TOOL_SKIP', '/* clang-format on */'); fclose(fp); end Loading