Resolve "Crash when loading FastConv HRTF file"
- Related issues: #1115 (closed)
- Requested reviewers: @emerit
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)