diff options
author | Chris Robinson <[email protected]> | 2019-06-15 23:10:11 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-06-15 23:10:11 -0700 |
commit | 0a532729baeeaaf7e8bd7d9c20105668ca38665f (patch) | |
tree | f065f8bbd0e5756e3d9b9bd54e60de9fe1e594cc /OpenAL32/Include | |
parent | 8670fca3dc83094cc7f58bd813cf6b5e93096bfb (diff) |
Reorganize how some device fields are set and reset
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alu.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 3135f8fd..74c8e0d4 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -388,7 +388,10 @@ void aluInitRenderer(ALCdevice *device, ALint hrtf_id, HrtfRequestMode hrtf_appr void aluInitEffectPanning(ALeffectslot *slot, ALCdevice *device); -void aluSelectPostProcess(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 |