X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/1a3984cb4c517a0b9e04c82c002c993be9483d93..868a9d03ad9b22787a6d83836544931144437612:/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..9596738d 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.

- - @@ -228,11 +276,19 @@ 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 -n is - passed on the command line the default configuration script is - ignored.

+ @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.

+ + +
@@ -241,12 +297,16 @@ USA. + + + + + +
@@ -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.

+ + + +
@@ -343,7 +454,8 @@ USA. 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.

+ 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