From 5bb91b858f22bfda358635abe9d54841b7507bba Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 24 Sep 2019 22:27:12 -0700 Subject: Use blended HRIRs for the B-Format decode --- alc/hrtf.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'alc/hrtf.h') 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], -- cgit v1.2.3