summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@debian.org>2011-09-16 20:50:30 +0100
committerSjoerd Simons <sjoerd@debian.org>2011-09-16 20:50:30 +0100
commit115f54cb939eaacdf300a592ede45212c928e27c (patch)
tree424b95c2c214f61fb7ddb6b9d0316b72fe25d0c2 /man
parenteb98b00a0e5aab8d6e77bc18223316a36b5ff26d (diff)
Imported Upstream version 0.99.4
Diffstat (limited to 'man')
-rw-r--r--man/pulse-daemon.conf.510
-rw-r--r--man/pulse-daemon.conf.5.xml.in10
2 files changed, 10 insertions, 10 deletions
diff --git a/man/pulse-daemon.conf.5 b/man/pulse-daemon.conf.5
index 5b99502..226c872 100644
--- a/man/pulse-daemon.conf.5
+++ b/man/pulse-daemon.conf.5
@@ -121,14 +121,14 @@ Some hardware drivers require the hardware playback buffer to be subdivided into
\fBdefault-fragments=\f1 The default number of fragments. Defaults to 4.
.TP
\fBdefault-fragment-size-msec=\f1The duration of a single fragment. Defaults to 25ms (i.e. the total buffer is thus 100ms long).
-.SH DEFAULT SYNC VOLUME SETTINGS
-With the flat volume feature enabled, the sink HW volume is set to the same level as the highest volume input stream. Any other streams (with lower volumes) have the appropriate adjustment applied in SW to bring them to the correct overall level. Sadly hadware mixer changes cannot be timed accurately and thus this change of volumes can somtimes cause the resulting output sound to be momentarily too loud or too soft. So to ensure SW and HW volumes are applied concurrently without any glitches, their application needs to be synchronized. The sink implementation needs to support synchronized volumes. The following parameters can be used to refine the process.
+.SH DEFAULT DEFERRED VOLUME SETTINGS
+With the flat volume feature enabled, the sink HW volume is set to the same level as the highest volume input stream. Any other streams (with lower volumes) have the appropriate adjustment applied in SW to bring them to the correct overall level. Sadly hadware mixer changes cannot be timed accurately and thus this change of volumes can somtimes cause the resulting output sound to be momentarily too loud or too soft. So to ensure SW and HW volumes are applied concurrently without any glitches, their application needs to be synchronized. The sink implementation needs to support deferred volumes. The following parameters can be used to refine the process.
.TP
-\fBenable-sync-volume=\f1 Enable sync volume for the sinks that support it. This feature is enabled by default.
+\fBenable-deferred-volume=\f1 Enable deferred volume for the sinks that support it. This feature is enabled by default.
.TP
-\fBsync-volume-safety-margin-usec=\f1 The amount of time (in usec) by which the HW volume increases are delayed and HW volume decreases are advanced. Defaults to 8000 usec.
+\fBdeferred-volume-safety-margin-usec=\f1 The amount of time (in usec) by which the HW volume increases are delayed and HW volume decreases are advanced. Defaults to 8000 usec.
.TP
-\fBsync-volume-extra-delay-usec=\f1 The amount of time (in usec) by which HW volume changes are delayed. Negative values are also allowed. Defaults to 0.
+\fBdeferred-volume-extra-delay-usec=\f1 The amount of time (in usec) by which HW volume changes are delayed. Negative values are also allowed. Defaults to 0.
.SH AUTHORS
The PulseAudio Developers <mzchyfrnhqvb (at) 0pointer (dot) net>; PulseAudio is available from \fBhttp://pulseaudio.org/\f1
.SH SEE ALSO
diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in
index 6fcdd0e..b5ef09c 100644
--- a/man/pulse-daemon.conf.5.xml.in
+++ b/man/pulse-daemon.conf.5.xml.in
@@ -438,7 +438,7 @@ USA.
</section>
- <section name="Default Sync Volume Settings">
+ <section name="Default Deferred Volume Settings">
<p>With the flat volume feature enabled, the sink HW volume is set
to the same level as the highest volume input stream. Any other streams
@@ -448,20 +448,20 @@ USA.
cause the resulting output sound to be momentarily too loud or too soft.
So to ensure SW and HW volumes are applied concurrently without any
glitches, their application needs to be synchronized. The sink
- implementation needs to support synchronized volumes. The following
+ implementation needs to support deferred volumes. The following
parameters can be used to refine the process.</p>
<option>
- <p><opt>enable-sync-volume=</opt> Enable sync volume for the sinks that
+ <p><opt>enable-deferred-volume=</opt> Enable deferred volume for the sinks that
support it. This feature is enabled by default.</p>
</option>
<option>
- <p><opt>sync-volume-safety-margin-usec=</opt> The amount of time (in
+ <p><opt>deferred-volume-safety-margin-usec=</opt> The amount of time (in
usec) by which the HW volume increases are delayed and HW volume
decreases are advanced. Defaults to 8000 usec.</p>
</option>
<option>
- <p><opt>sync-volume-extra-delay-usec=</opt> The amount of time (in usec)
+ <p><opt>deferred-volume-extra-delay-usec=</opt> The amount of time (in usec)
by which HW volume changes are delayed. Negative values are also allowed.
Defaults to 0.</p>
</option>