diff options
author | Chris Robinson <[email protected]> | 2010-11-25 21:42:15 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-11-25 21:42:15 -0800 |
commit | 17fc4ba5e3f8c3a626e2e2032f6dfcab3e47d203 (patch) | |
tree | 93f0a49ab75e10366aa06c8213292d413dca6803 /OpenAL32 | |
parent | 596514f7aa47ae83e44934bf43eada38ab331ffd (diff) |
Add "pre-padding" to the temp buffer
This will help to implement resamplers that want previous samples
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alBuffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h index 5676e337..9ba3217d 100644 --- a/OpenAL32/Include/alBuffer.h +++ b/OpenAL32/Include/alBuffer.h @@ -8,6 +8,7 @@ extern "C" { #endif #define BUFFER_PADDING 2 +#define BUFFER_PREPADDING 1 typedef struct ALbuffer { |