diff options
author | Chris Robinson <[email protected]> | 2014-11-24 01:53:45 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-11-24 01:53:45 -0800 |
commit | d6ebf5d1b6450c53b6ad781d31f54f2e608729ca (patch) | |
tree | 8eed78a9b2e69259e1398257460910b20e22539c /Alc/hrtf.h | |
parent | 13608d4d61884a21ca5790b22fa121c2359253ed (diff) |
Make CalcHrtfDelta more generic
Diffstat (limited to 'Alc/hrtf.h')
-rw-r--r-- | Alc/hrtf.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -21,7 +21,6 @@ ALCboolean FindHrtfFormat(enum DevFmtChannels *chans, ALCuint *srate); void FreeHrtfs(void); ALuint GetHrtfIrSize(const struct Hrtf *Hrtf); -ALfloat CalcHrtfDelta(ALfloat oldGain, ALfloat newGain, const ALfloat olddir[3], const ALfloat newdir[3]); void GetLerpedHrtfCoeffs(const struct Hrtf *Hrtf, ALfloat elevation, ALfloat azimuth, ALfloat dirfact, ALfloat gain, ALfloat (*coeffs)[2], ALuint *delays); ALuint GetMovingHrtfCoeffs(const struct Hrtf *Hrtf, ALfloat elevation, ALfloat azimuth, ALfloat dirfact, ALfloat gain, ALfloat delta, ALint counter, ALfloat (*coeffs)[2], ALuint *delays, ALfloat (*coeffStep)[2], ALint *delayStep); |