diff options
author | Chris Robinson <[email protected]> | 2023-12-21 00:36:28 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-12-21 00:36:28 -0800 |
commit | 8fad6a395c21e6d285590c34eb81f5af492cf4ac (patch) | |
tree | c1919c2bb1e8bba7552c48870d2a2cf6b0b38ce8 /alsoftrc.sample | |
parent | e349b63335e9512a8434d72368520315c7b15197 (diff) |
Disable rt-mix by default for PipeWire
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 42802184..278d78e5 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -406,7 +406,7 @@ # 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 +#rt-mix = false ## ## PulseAudio backend stuff |