aboutsummaryrefslogtreecommitdiffstats
path: root/alsoftrc.sample
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-01-08 21:36:31 -0800
committerChris Robinson <[email protected]>2023-01-08 21:36:31 -0800
commitfb4300acdb4acf8588de04588fe8da50d6fd7cc3 (patch)
tree7e3caff97e0488873b708fb49dfdbc85e08dc0a9 /alsoftrc.sample
parent79ee6a880bd7627225a91137a4beb36c59d08e7c (diff)
Add an option to mix on PipeWire's non-RT thread
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r--alsoftrc.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample
index 9af11e6a..68ca61f0 100644
--- a/alsoftrc.sample
+++ b/alsoftrc.sample
@@ -397,6 +397,12 @@
# support even when no nodes may be reported at initialization time.
#assume-audio = false
+## rt-mix:
+# Renders samples directly in the real-time processing callback. This allows
+# for lower latency and less overall CPU utilization, but can increase the
+# risk of underruns when increasing the amount of work the mixer needs to do.
+#rt-mix = true
+
##
## PulseAudio backend stuff
##