diff options
author | Chris Robinson <[email protected]> | 2009-12-01 23:15:09 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-12-01 23:15:09 -0800 |
commit | 6cfc31777b7cca6714cf926fbc6e491c00a3f836 (patch) | |
tree | e535e539c85a82d29fc0956ee477aae2e25bc85e /alsoftrc.sample | |
parent | 0e1e8503e0f6fb73d06ba0dff6e5b2771b1df856 (diff) |
Add an option for real-time priority mixing
Default to disable for now, as a safety precaution
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index b3882598..8efae414 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -52,6 +52,15 @@ # Sets the output frequency. #frequency = 44100 +## rt-prio: +# Sets real-time priority for the mixing thread. Not all drivers may use this +# (eg. PulseAudio) as they already control the priority of the mixing thread. +# 0 and negative values will disable it. Note that this may constitute a +# security risk since a real-time priority thread can indefinitely block +# normal-priority threads if it fails to wait. As such, the default is +# disabled. +#rt-prio = 0 + ## period_size: # Sets the update period size, in frames. This is the number of frames needed # for each mixing update. If the deprecated 'refresh' option is specified and |