X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/1562671b9b3048759b210a329764fac8880b62dd..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 50e24559..8bd076d7 100644 --- a/man/pulse-daemon.conf.5.xml.in +++ b/man/pulse-daemon.conf.5.xml.in @@ -24,25 +24,25 @@ 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.

The configuration file is a simple collection of variable declarations. If the configuration file parser encounters either ; - or # for it ignores the rest of the line until its end.

+ or # it ignores the rest of the line until its end.

-

For the settings that take a boolean argument, the values +

For the settings that take a boolean argument the values true, yes, on and 1 are equivalent, resp. false, no, off, 0.

@@ -53,27 +53,33 @@ USA. + + + + - + + + + + + +
@@ -153,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.

@@ -167,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.

@@ -177,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.

- - + + + + + +
@@ -271,6 +348,9 @@ USA. + @@ -289,6 +369,15 @@ USA. + + + +
@@ -319,9 +411,13 @@ USA. @@ -334,6 +430,21 @@ USA.

default-sample-channels The default number of channels.

+ + + +
@@ -342,8 +453,9 @@ 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 - setting supported.

+ available in all hardware. The driver will find the nearest + setting supported. Modern drivers that support timer-based + scheduling ignore these options.

+
+ +

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