From e2896dc839e334f62f4975e37a68a3faa9bbdaf8 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 18 Dec 2018 09:27:00 -0800 Subject: Combine handling of attribute processing --- OpenAL32/Include/alMain.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenAL32/Include/alMain.h') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 9d2e7bfc..b4fc67dd 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -252,6 +252,8 @@ class AmbiUpsampler; struct bs2b; +#define DEFAULT_UPDATE_SIZE (1024) +#define DEFAULT_NUM_UPDATES (3) #define DEFAULT_OUTPUT_RATE (44100) #define MIN_OUTPUT_RATE (8000) -- cgit v1.2.3