aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-05-23 00:02:04 -0700
committerChris Robinson <[email protected]>2017-05-23 00:35:22 -0700
commite6be113903e9a92734b1885b1506c8940940705f (patch)
tree52076c9082f76abede0d846939660dc82980b461 /OpenAL32/Include/alu.h
parent49e5c535915f52b7888a884f4ed8925682336b28 (diff)
Add an option to dither 8- and 16-bit output
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r--OpenAL32/Include/alu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index 72b3659c..8a56ddb2 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -40,6 +40,9 @@ struct ALvoice;
struct ALeffectslot;
+#define DITHER_RNG_SEED 22222
+
+
enum SpatializeMode {
SpatializeOff = AL_FALSE,
SpatializeOn = AL_TRUE,