Increase GAIN_MIX_MAX

This commit is contained in:
Chris Robinson
2018-12-08 04:10:59 -08:00
parent 9e9b771e8a
commit 5a9a2cb1ed
+1 -1
View File
@@ -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 */