mit-hrtf-lib
mit-hrtf-lib copied to clipboard
A library making access to the MIT Kemar HRTF set easy, through the use of two functions.
Results
2
mit-hrtf-lib issues
Sort by
recently updated
recently updated
newest added
I get mit data of leftEar and rightEar by "mit_hrtf_get" function. But how to use leftEart and rightEar? Can u provide simple codes to show how to do next?
This PR allows to build the mit-hrtf-lib with cmake. On linux system at the top dir, 1, mkdir build 2, cd build 3, cmake ../CMakeLists.txt 4, make