diff options
-rw-r--r-- | alc/alu.h | 2 | ||||
-rw-r--r-- | alsoftrc.sample | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ struct ALeffectslot; #define MAX_PITCH 255 -#define MAX_SENDS 16 +#define MAX_SENDS 6 using MixerFunc = void(*)(const al::span<const float> InSamples, diff --git a/alsoftrc.sample b/alsoftrc.sample index 9afc5f52..b5c90034 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -206,7 +206,7 @@ ## sends: # Limits the number of auxiliary sends allowed per source. Setting this higher # than the default has no effect. -#sends = 16 +#sends = 6 ## front-stablizer: # Applies filters to "stablize" front sound imaging. A psychoacoustic method |