diff options
author | Chris Robinson <[email protected]> | 2019-03-24 17:35:32 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-03-24 17:35:32 -0700 |
commit | 5e6e738681f0d3833143c3d539b1adcdc8a14c31 (patch) | |
tree | 214f08f6c91cce81066e024942dfbc7d91f0c9b0 /utils/MIT_KEMAR.def | |
parent | 7c16b1e02f5f8888741b7ee4a737506ac8ff5321 (diff) |
Change references of makehrtf to makemhr
Diffstat (limited to 'utils/MIT_KEMAR.def')
-rw-r--r-- | utils/MIT_KEMAR.def | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/utils/MIT_KEMAR.def b/utils/MIT_KEMAR.def index e6b0ddff..15036d9b 100644 --- a/utils/MIT_KEMAR.def +++ b/utils/MIT_KEMAR.def @@ -1,5 +1,5 @@ -# This is a makehrtf HRIR definition file. It is used to define the layout -# and source data to be processed into an OpenAL Soft compatible HRTF. +# This is a makemhr HRIR definition file. It is used to define the layout and +# source data to be processed into an OpenAL Soft compatible HRTF. # # This definition is used to transform the left ear HRIRs from the full set # of KEMAR HRIRs provided by Bill Gardner <[email protected]> and Keith @@ -33,9 +33,9 @@ type = mono points = 512 # The radius of the listener's head (measured ear-to-ear in meters). The -# makehrtf utility uses this value to rescale measured propagation delays -# when a custom head radius is specified on the command line. It is also -# used as the default radius when the spherical model is used to calculate an +# makemhr utility uses this value to rescale measured propagation delays when +# a custom head radius is specified on the command line. It is also used as +# the default radius when the spherical model is used to calculate an # approximate set of delays. This should match the data set as close as # possible for accurate rescaling when using the measured delays (the # default). At the moment, radius rescaling does not adjust HRIR coupling. |