mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
volume: Rename 'sync volume' to 'deferred volume'.
This just covers Lennart's concern over the terminology used. The majority of this change is simply the following command: grep -rli sync[-_]volume . | xargs sed -i 's/sync_volume/deferred_volume/g;s/PA_SINK_SYNC_VOLUME/PA_SINK_DEFERRED_VOLUME/g;s/PA_SOURCE_SYNC_VOLUME/PA_SOURCE_DEFERRED_VOLUME/g;s/sync-volume/deferred-volume/g' Some minor tweaks were added on top to tidy up formatting and a couple of phrases were clarified too.
This commit is contained in:
parent
83577aa373
commit
aa3142ab20
20 changed files with 143 additions and 141 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue