diff options
author | Chris Robinson <[email protected]> | 2018-12-18 09:27:00 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-12-18 09:27:00 -0800 |
commit | e2896dc839e334f62f4975e37a68a3faa9bbdaf8 (patch) | |
tree | 1fcba6ad946eebd3cef6a3889cbeea63498bde53 /OpenAL32/Include | |
parent | 5243516149ac9bcf383006b1ab0520d3385979fa (diff) |
Combine handling of attribute processing
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 2 insertions, 0 deletions
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) |