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 | |
parent | 7c16b1e02f5f8888741b7ee4a737506ac8ff5321 (diff) |
Change references of makehrtf to makemhr
-rw-r--r-- | Alc/hrtf.cpp | 2 | ||||
-rw-r--r-- | utils/CIAIR.def | 4 | ||||
-rw-r--r-- | utils/IRC_1005.def | 4 | ||||
-rw-r--r-- | utils/MIT_KEMAR.def | 10 | ||||
-rw-r--r-- | utils/MIT_KEMAR_sofa.def | 4 | ||||
-rw-r--r-- | utils/SCUT_KEMAR.def | 4 |
6 files changed, 14 insertions, 14 deletions
diff --git a/Alc/hrtf.cpp b/Alc/hrtf.cpp index f71f6fc5..72e16263 100644 --- a/Alc/hrtf.cpp +++ b/Alc/hrtf.cpp @@ -76,7 +76,7 @@ using namespace std::placeholders; using HrtfHandlePtr = std::unique_ptr<HrtfHandle>; /* Data set limits must be the same as or more flexible than those defined in - * the makehrtf utility. + * the makemhr utility. */ #define MIN_IR_SIZE (8) #define MAX_IR_SIZE (512) diff --git a/utils/CIAIR.def b/utils/CIAIR.def index 4876dc50..5fabdb3f 100644 --- a/utils/CIAIR.def +++ b/utils/CIAIR.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 and right ear HRIRs from a # data set used in several papers and articles by Fumitada Itakura, Kazuya diff --git a/utils/IRC_1005.def b/utils/IRC_1005.def index c2fd90b5..c91e7b4d 100644 --- a/utils/IRC_1005.def +++ b/utils/IRC_1005.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 and right ear HRIRs of any # raw data set from the IRCAM/AKG Listen HRTF database. 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. diff --git a/utils/MIT_KEMAR_sofa.def b/utils/MIT_KEMAR_sofa.def index f20222b6..5f25815f 100644 --- a/utils/MIT_KEMAR_sofa.def +++ b/utils/MIT_KEMAR_sofa.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 SOFA packaged KEMAR HRIRs # originally provided by Bill Gardner <[email protected]> and Keith Martin diff --git a/utils/SCUT_KEMAR.def b/utils/SCUT_KEMAR.def index b9bca7da..e5ae4ff8 100644 --- a/utils/SCUT_KEMAR.def +++ b/utils/SCUT_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 near-field KEMAR HRIRs provided by # Bosun Xie <[email protected]> of the South China University of |