diff options
author | Chris Robinson <[email protected]> | 2019-03-11 14:28:13 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-03-11 14:28:13 -0700 |
commit | e0daad6a164e1a091c46be7ece905b32a20036bd (patch) | |
tree | b20ec548eebac4cb3edc91dd572698db5b921eba /utils | |
parent | d2b409902472e70d0e6a351d26dfeeaa463289af (diff) |
Update comment for SynthesizeOnsets
Diffstat (limited to 'utils')
-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 a5fb90f7..6db97236 100644 --- a/utils/makehrtf.cpp +++ b/utils/makehrtf.cpp @@ -2408,8 +2408,8 @@ static void CalcAzIndices(const HrirFdT &field, const uint ei, const double az, } /* Synthesize any missing onset timings at the bottom elevations of each - * field. This just blends between slightly exaggerated known onsets (not - * an accurate model). + * field. This just mirrors the top elevation for the bottom, and blends the + * remaining elevations (not an accurate model). */ static void SynthesizeOnsets(HrirDataT *hData) { |