aboutsummaryrefslogtreecommitdiffstats
path: root/alc/hrtf.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-09-24 22:27:12 -0700
committerChris Robinson <[email protected]>2019-09-24 22:27:12 -0700
commit5bb91b858f22bfda358635abe9d54841b7507bba (patch)
treed15041ee203ba71a679322cecae0796c6c017287 /alc/hrtf.h
parent16a715a2b51ca5563b21a6b694dd4a08728137b1 (diff)
Use blended HRIRs for the B-Format decode
Diffstat (limited to 'alc/hrtf.h')
-rw-r--r--alc/hrtf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/alc/hrtf.h b/alc/hrtf.h
index 20b3409d..c2f35f78 100644
--- a/alc/hrtf.h
+++ b/alc/hrtf.h
@@ -105,8 +105,7 @@ void GetHrtfCoeffs(const HrtfEntry *Hrtf, ALfloat elevation, ALfloat azimuth, AL
* Produces HRTF filter coefficients for decoding B-Format, given a set of
* 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. Note the specified virtual
- * positions should be in degrees, not radians!
+ * ordered and scaled according to the matrix input.
*/
void BuildBFormatHrtf(const HrtfEntry *Hrtf, DirectHrtfState *state, const ALuint NumChannels,
const AngularPoint *AmbiPoints, const ALfloat (*RESTRICT AmbiMatrix)[MAX_AMBI_CHANNELS],