diff options
author | Chris Robinson <[email protected]> | 2023-01-08 21:36:31 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-01-08 21:36:31 -0800 |
commit | fb4300acdb4acf8588de04588fe8da50d6fd7cc3 (patch) | |
tree | 7e3caff97e0488873b708fb49dfdbc85e08dc0a9 /alsoftrc.sample | |
parent | 79ee6a880bd7627225a91137a4beb36c59d08e7c (diff) |
Add an option to mix on PipeWire's non-RT thread
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 6 |
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 ## |