diff options
author | Chris Robinson <[email protected]> | 2010-07-17 23:30:25 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-07-17 23:30:25 -0700 |
commit | e658df493a01b83dc1515f39e931c33d5b02d8b2 (patch) | |
tree | 651b82597f333c4bf3f0d06f8296769606ae575f /alsoftrc.sample | |
parent | b2a257b6b0f267228d98d8fd1184c9968faeb344 (diff) |
Update PulseAudio using period-sized chunks
To match the behavior of other backends
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index a34c7333..13f5f759 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -70,7 +70,7 @@ ## 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. +# (eg. PortAudio) 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 @@ -227,16 +227,6 @@ # still prevent autospawning even if this is set to true. #spawn-server = false -## buffer-length: -# Specifies the PulseAudio buffer length, in sample frames. When set to a -# non-0 value, it specifies the total buffer length for the playback stream, -# overriding the period settings. Otherwise it uses the period size and count -# to calculate a buffer size. PulseAudio, unlike other backends, does not work -# in period chunks, but instead just has one buffer block which is refilled as -# it nears empty. Because of this, the usual buffering metrics are unsuitable, -# with the default 4096 frames being needlessly large. -#buffer-length = 2048 - ## ## Wave File Writer stuff ## |