diff options
author | Chris Robinson <[email protected]> | 2019-09-24 22:27:12 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-09-24 22:27:12 -0700 |
commit | 5bb91b858f22bfda358635abe9d54841b7507bba (patch) | |
tree | d15041ee203ba71a679322cecae0796c6c017287 /alc/hrtf.h | |
parent | 16a715a2b51ca5563b21a6b694dd4a08728137b1 (diff) |
Use blended HRIRs for the B-Format decode
Diffstat (limited to 'alc/hrtf.h')
-rw-r--r-- | alc/hrtf.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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], |