diff options
author | Chris Robinson <[email protected]> | 2018-12-08 04:10:59 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-12-08 04:10:59 -0800 |
commit | 5a9a2cb1ed10f7f73bf44d95f4228ec056966f71 (patch) | |
tree | fa1f083f6e6cd15f6099971b29ad134b8aed4c96 /OpenAL32 | |
parent | 9e9b771e8a672f6b637a78f006da922e6cd7d026 (diff) |
Increase GAIN_MIX_MAX
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index e7f84423..8a11b500 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -293,7 +293,7 @@ typedef void (*HrtfDirectMixerFunc)(ALfloat *RESTRICT LeftOut, ALfloat *RESTRICT ALfloat (*RESTRICT Values)[2], ALsizei BufferSize); -#define GAIN_MIX_MAX (16.0f) /* +24dB */ +#define GAIN_MIX_MAX (1000.0f) /* +60dB */ #define GAIN_SILENCE_THRESHOLD (0.00001f) /* -100dB */ |