diff options
author | Chris Robinson <[email protected]> | 2016-02-20 00:53:01 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-02-20 00:53:01 -0800 |
commit | e1ce7f9180d8127397faebf36eb815a5a575d7c8 (patch) | |
tree | de56927ad814a6a41a893cdc5332332bc27aeaf0 /Alc/hrtf.h | |
parent | e90cdbcf98662a86326b5b3f84f3b46534d7766e (diff) |
Use an 8-channel cube for HRTF's virtual format.
There were phase issues caused by applying HRTF directly to the B-Format
channels, since the HRIR delays were all averaged which removed the inter-aural
time-delay, which in turn removed significant spatial information.
Diffstat (limited to 'Alc/hrtf.h')
-rw-r--r-- | Alc/hrtf.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -34,6 +34,5 @@ ALuint GetHrtfSampleRate(const struct Hrtf *Hrtf); ALuint GetHrtfIrSize(const struct Hrtf *Hrtf); void GetLerpedHrtfCoeffs(const struct Hrtf *Hrtf, ALfloat elevation, ALfloat azimuth, ALfloat dirfact, ALfloat gain, ALfloat (*coeffs)[2], ALuint *delays); -void GetBFormatHrtfCoeffs(const struct Hrtf *Hrtf, ALfloat (*coeffs_list[4])[2], ALuint *delay_list[4]); #endif /* ALC_HRTF_H */ |