Commit f6755d5a authored by emerit's avatar emerit
Browse files

fix comments

parent 086ba961
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 .
*/
@@ -47519,3 +47519,4 @@ const float parametricEarlyPartEneCorrection[CLDFB_NO_CHANNELS_MAX] = {
#undef WMC_TOOL_SKIP
/* clang-format on */
+3 −2
Original line number Diff line number Diff line
@@ -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