X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/0bc538b08ca5c4efea86700cb6c4685da3f34345..997e369691496be4ecfe38e3516f7e007ed69a7b:/man/pulse-daemon.conf.5.xml.in diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in index 68bcb77f..8bd076d7 100644 --- a/man/pulse-daemon.conf.5.xml.in +++ b/man/pulse-daemon.conf.5.xml.in @@ -24,16 +24,16 @@ USA. -

~/.pulse/daemon.conf

+

~/.config/pulse/daemon.conf

-

@pulseconfdir@/daemon.conf

+

@PA_DEFAULT_CONFIG_DIR@/daemon.conf

The PulseAudio sound server reads configuration directives from - a file ~/.pulse/daemon.conf on startup and when that + a file ~/.config/pulse/daemon.conf on startup and when that file doesn't exist from - @pulseconfdir@/daemon.conf. Please note that the + @PA_DEFAULT_CONFIG_DIR@/daemon.conf. Please note that the server also reads a configuration script on startup default.pa which also contains runtime configuration directives.

@@ -53,32 +53,33 @@ USA. + + @@ -190,7 +208,7 @@ USA. RLIMIT_NICE is used. root is dropped immediately after gaining the nice level on startup, thus it is presumably safe. See for more - information. Takes a boolean argument, defaults to "yes". The --high-priority + information. Takes a boolean argument, defaults to yes. The --high-priority command line option takes precedence.

@@ -204,7 +222,7 @@ USA. real-time. The controlling thread is left a normally scheduled thread. Thus enabling the high-priority option is orthogonal. See for more - information. Takes a boolean argument, defaults to "no". The + information. Takes a boolean argument, defaults to yes. The --realtime command line option takes precedence.

@@ -214,7 +232,7 @@ USA. by default, 9 for clients. Thus it is recommended to choose the PulseAudio real-time priorities lower. Some PulseAudio threads might choose a priority a little lower or higher than the - specified value. Defaults to "5".

+ specified value. Defaults to 5.

@@ -247,9 +265,9 @@ USA.
@@ -258,10 +276,10 @@ USA.

default-script-file= The default configuration script file to load. Specify an empty string for not loading a default script file. The default behaviour is to load - ~/.pulse/default.pa, and if that file does not + ~/.config/pulse/default.pa, and if that file does not exist fall back to the system wide installed version - @pulseconfdir@/default.pa. If run in system-wide - mode the file @pulseconfdir@/system.pa is used + @PA_DEFAULT_CONFIG_DIR@/default.pa. If run in system-wide + mode the file @PA_DEFAULT_CONFIG_DIR@/system.pa is used instead. If -n is passed on the command line or default-script-file= is disabled the default configuration script is ignored.

@@ -279,12 +297,16 @@ USA. @@ -372,7 +394,7 @@ USA. the default real-time priority level as configured with realtime-priority= fits in this resource limit, if realtime-scheduling is enabled. The JACK client - libraries require a real-time prority of 9 by default.

+ libraries require a real-time priority of 9 by default.

+ +
@@ -420,7 +453,7 @@ USA. be subdivided into several fragments. It is possible to change these buffer metrics for machines with high scheduling latencies. Not all possible values that may be configured here are - available in all hardware. The driver will to find the nearest + available in all hardware. The driver will find the nearest setting supported. Modern drivers that support timer-based scheduling ignore these options.

@@ -436,6 +469,36 @@ USA.
+
+ +

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 hardware mixer changes + cannot be timed accurately and thus this change of volumes can sometimes + 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.

+ + + + + +
+

The PulseAudio Developers <@PACKAGE_BUGREPORT@>; PulseAudio is available from