Skip to content

Mesh2HRTF_Source_Code

Fabian Brinkmann edited this page Aug 3, 2022 · 2 revisions

The source code is maintained in the GitHub repository. It contains all the buidling blocks to generate and run HRTF simulations. The interesting parts are contained in the folder mesh2hrtf. All other files in the top level folder are required for testing, documentation, and packaging and are not explained here.

  • Mesh2Input: Contains tools that are required for the Blender export, and optional tools for preparing the mesh and analyzing simulation results. See Mesh2HRTF_Tools for more information.
  • NumCalc: Contains the NumCalc source code, binary, and a functions and scripts to run NumCalc for multiple Mesh2HRTF projects as explained here.
  • Output2HRTF: Contains functions that process the NumCalc output and generate the final HRTF/HRIR data to be saved as SOFA files.