aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-05-15 22:11:10 -0700
committerChris Robinson <[email protected]>2018-05-15 22:11:10 -0700
commit72e39ba1c93e14f57dc342d0e70f5fb272a6d686 (patch)
tree3e0a016f55bf56b63655b6134d9eab489a798165
parent6534aa0c2796e53f11ce8b15a4c5c39f6f801191 (diff)
Fix a function comment
-rw-r--r--Alc/hrtf.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Alc/hrtf.h b/Alc/hrtf.h
index cb6dfddc..aaffa904 100644
--- a/Alc/hrtf.h
+++ b/Alc/hrtf.h
@@ -81,8 +81,9 @@ void GetHrtfCoeffs(const struct Hrtf *Hrtf, ALfloat elevation, ALfloat azimuth,
/**
* Produces HRTF filter coefficients for decoding B-Format, given a set of
- * virtual speaker positions and HF/LF matrices for decoding to them. The
- * returned coefficients are ordered and scaled according to the matrices.
+ * virtual speaker positions, a matching decoding matrix, and per-order high-
+ * frequency gains for the decoder. The calculated impulse responses are
+ * ordered and scaled according to the matrix input.
*/
void BuildBFormatHrtf(const struct Hrtf *Hrtf, DirectHrtfState *state, ALsizei NumChannels, const struct AngularPoint *AmbiPoints, const ALfloat (*restrict AmbiMatrix)[MAX_AMBI_COEFFS], ALsizei AmbiCount, const ALfloat *restrict AmbiOrderHFGain);