From 0a532729baeeaaf7e8bd7d9c20105668ca38665f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 15 Jun 2019 23:10:11 -0700 Subject: Reorganize how some device fields are set and reset --- OpenAL32/Include/alu.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'OpenAL32/Include') 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 -- cgit v1.2.3