diff options
-rw-r--r-- | utils/makehrtf.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/makehrtf.cpp b/utils/makehrtf.cpp index 7b5767ff..f50d1c78 100644 --- a/utils/makehrtf.cpp +++ b/utils/makehrtf.cpp @@ -2105,8 +2105,8 @@ static void BalanceFieldMagnitudes(const HrirDataT *hData, const uint channels, } /* Calculate the contribution of each HRIR to the diffuse-field average based - * on the area of its surface patch. All patches are centered at the HRIR - * coordinates on the unit sphere and are measured by solid angle. + * on its coverage volume. All volumes are centered at the spherical HRIR + * coordinates and measured by extruded solid angle. */ static void CalculateDfWeights(const HrirDataT *hData, double *weights) { |