Skip to content

Resolve "Crash when loading FastConv HRTF file"

Archit Tamarapu requested to merge 1115-crash-when-loading-fastconv-hrtf-file into main

Reason why this change is needed

  • Fixes crash for loading FastConv HRTF from file

Description of the change

  • The checks in the ivas_allocate_binaural_hrtf() function have been updated.
  • Specifically, the function would return without allocating BRIR memory if HRIR memory was previously allocated (as is done while reading from binary file)

Affected operating points

  • FastConv HRTF loading from file
  • BE, memory-related issue which fixes a crash not tested in the pipeline (pipeline tests only complete file with all HRTFs)

Merge request reports

Loading