From d3cc867bd42759cb8e294d691354187984f96ff4 Mon Sep 17 00:00:00 2001
From: Chris Robinson <chris.kcat@gmail.com>
Date: Tue, 21 Feb 2017 16:54:55 -0800
Subject: Increase the default effect slot and send count

The default number of auxiliary effect slots is now 64. This can still be
raised by the config file without a hard maximum, but incurs processing cost
for each effect slot generated by the app.

The default number of source sends is now actually 2, as per the EFX docs.
However, it can be raised up to 16 via ALC_MAX_AUXILIARY_SENDS attribute
requests, rather than the previous 4.
---
 alsoftrc.sample | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'alsoftrc.sample')

diff --git a/alsoftrc.sample b/alsoftrc.sample
index 52e93ad1..d676c8aa 100644
--- a/alsoftrc.sample
+++ b/alsoftrc.sample
@@ -173,12 +173,12 @@
 #  can use a non-negligible amount of CPU time if an effect is set on it even
 #  if no sources are feeding it, so this may help when apps use more than the
 #  system can handle.
-#slots = 4
+#slots = 64
 
 ## sends:
 #  Sets the number of auxiliary sends per source. When not specified (default),
 #  it allows the app to request how many it wants. The maximum value currently
-#  possible is 4.
+#  possible is 16.
 #sends =
 
 ## volume-adjust:
-- 
cgit v1.2.3