diff options
author | Chris Robinson <[email protected]> | 2019-08-07 11:43:53 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-08-07 11:43:53 -0700 |
commit | 5b33b4aa970b9ec7791d3cee34fe107038e7a8ca (patch) | |
tree | d120cf800b788c880bba25420fc4687d768b1f04 /alc/alu.h | |
parent | 7c069e29ee721b2d1294dea72aa48d73d45d2009 (diff) |
Make the post-process methods member functions
Diffstat (limited to 'alc/alu.h')
-rw-r--r-- | alc/alu.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -380,11 +380,6 @@ void aluInitRenderer(ALCdevice *device, ALint hrtf_id, HrtfRequestMode hrtf_appr void aluInitEffectPanning(ALeffectslot *slot, ALCdevice *device); -void ProcessHrtf(ALCdevice *device, const ALsizei SamplesToDo); -void ProcessAmbiDec(ALCdevice *device, const ALsizei SamplesToDo); -void ProcessUhj(ALCdevice *device, const ALsizei SamplesToDo); -void ProcessBs2b(ALCdevice *device, const ALsizei SamplesToDo); - /** * Calculates ambisonic encoder coefficients using the X, Y, and Z direction * components, which must represent a normalized (unit length) vector, and the |