'Twas brillig, and [email protected] at 13/10/10 17:40 did gyre and gimble: > From: Jyri Sarha <[email protected]> > > Signed-off-by: Jyri Sarha <[email protected]> > Reviewed-by: Tanu Kaskinen <[email protected]>
Please find attached a revised version of this patch... not sure if this is the best way to apply it for your tree, but meh! :p Cheers again for this. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mageia Contributor [http://www.mageia.org/] PulseAudio Hacker [http://www.pulseaudio.org/] Trac Hacker [http://trac.edgewall.org/]
From a07a96a2777b9aa0dbd3ade76d56d3e641f20a40 Mon Sep 17 00:00:00 2001 From: Jyri Sarha <[email protected]> Date: Wed, 13 Oct 2010 19:40:22 +0300 Subject: [PATCH] man: sync_volume parameters to manual page Some wording teaks by Colin Guthrie Signed-off-by: Jyri Sarha <[email protected]> Reviewed-by: Tanu Kaskinen <[email protected]> --- man/pulse-daemon.conf.5.xml.in | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in index b5c9e92..f0a642b 100644 --- a/man/pulse-daemon.conf.5.xml.in +++ b/man/pulse-daemon.conf.5.xml.in @@ -437,6 +437,32 @@ USA. </section> + <section name="Default Sync Volume Settings"> + + <p>The flat volume feature sets the sink HW volume according to the + highest volume input stream and reduces the volume any other streams + (with lower volumes) in SW. To make this concurrent and ensure SW and + HW volume work together without any glitches, their application needs to + be synchronized. The sink implementation needs to support this + feature in order to these parameters to take effect.</p> + + <option> + <p><opt>enable-sync-volume=</opt> Enable sync 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 unit of time 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 unit of time all HW + volume changes are delayed. Negative values are also allowed. + Defaults to 0.</p> + </option> + + </section> + <section name="Authors"> <p>The PulseAudio Developers <@PACKAGE_BUGREPORT@>; PulseAudio is available from <url href="@PACKAGE_URL@"/></p> </section> -- 1.7.3.1
_______________________________________________ pulseaudio-discuss mailing list [email protected] https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss
