Commit 5755f7fd authored by emerit's avatar emerit
Browse files

fix clang format for generated rom files

parent 8eb87a78
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -47520,4 +47520,3 @@ const float parametricEarlyPartEneCorrection[CLDFB_NO_CHANNELS_MAX] = {
#undef WMC_TOOL_SKIP
/* clang-format on */
+2 −2
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
- MATLAB >= R2020b
- Signal Processing Toolbox
- Python 3.9.* with pip
- Nympy (pip install numpy)
- Numpy (pip install numpy)
- Netcdf4 (pip install netcdf4)
- C/C++ compiler 
   - linux (ubuntu) :
@@ -54,7 +54,7 @@
   - cd .. 
   - generate_crend_ivas_tables executable shall be in this folder
   - SofaReader.py file must be in the same folder as the executable generate_crend_ivas_tables
   - run py run.py (require matplotlib) -> no error and a figure with impulse response shall appear
   - run py run.py -> no error message shall appear
   - for more details on generate_crend_ivas_tables see mixer_conv_sofa_to_rom_table_converter_readme.txt

### Build tables_format_converter in release or relWithDebugInfo. debug configuration do not work calling numpy
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ rom_file = fullfile(rom_path, 'ivas_rom_binauralRenderer.c');

fp = fopen(rom_file,'at');

fprintf(fp,"\n%s\n\n%s\n\n", '#undef WMC_TOOL_SKIP', '/* clang-format on */');
fprintf(fp,"\n%s\n\n%s\n", '#undef WMC_TOOL_SKIP', '/* clang-format on */');

fclose(fp);

+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ rom_file = fullfile(rom_path, 'ivas_rom_binauralRenderer.c');

fp = fopen(rom_file,'at');

fprintf(fp,"\n%s\n\n%s\n\n", '#undef WMC_TOOL_SKIP', '/* clang-format on */');
fprintf(fp,"\n%s\n\n%s\n", '#undef WMC_TOOL_SKIP', '/* clang-format on */');

fclose(fp);

+1 −1

File changed.

Contains only whitespace changes.