Skip to content

Fix point hrtf binary file format

Currently float data tables for the different binaural renderers are stored as float values in the hrtf binary file. To make the hrtf binary file compatible with the Fix point version of the IVAS codec, integer values related to the Fix point version of the IVAS codec shall be stored instead. When loading hrtf binary file to the floating point version of the IVAS codec, integer values corresponding to float values shall be converted to float.

  • Crend binaural renderer float values stored as integer in hrtf binary file format
  • Fastconv binaural renderer float values stored as integer in hrtf binary file format
  • TD renderer binaural renderer float values stored as integer in hrtf binary file format
  • Parametric binaural renderer float values stored as integer in hrtf binary file format
  • Reverb renderer float values stored as integer in hrtf binary file format
Edited by Archit Tamarapu