Scroll to navigation

pulse-daemon.conf(5) File Formats Manual pulse-daemon.conf(5)

NAME

pulse-daemon.conf - PulseAudio daemon configuration file

SYNOPSIS

~/.pulse/daemon.conf

/etc/pulse/daemon.conf

DESCRIPTION

The PulseAudio sound server reads configuration directives from a file ~/.pulse/daemon.conf on startup and when that file doesn't exist from /etc/pulse/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 # it ignores the rest of the line until its end.

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

GENERAL DIRECTIVES

SCHEDULING

pulseaudio(1) for more information. Takes a boolean argument, defaults to "yes". The --high-priority command line option takes precedence.
pulseaudio(1) for more information. Takes a boolean argument, defaults to "yes". The --realtime command line option takes precedence.

IDLE TIMES

PATHS

LOGGING

RESOURCE LIMITS

See getrlimit(2) for more information. Set to -1 if PulseAudio shall not touch the resource limit. Not all resource limits are available on all operating systems.

DEFAULT DEVICE SETTINGS

Most drivers try to open the audio device with these settings and then fall back to lower settings. The default settings are CD quality: 16bit native endian, 2 channels, 44100 Hz sampling.

DEFAULT FRAGMENT SETTINGS

Some hardware drivers require the hardware playback buffer to 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. Modern drivers that support timer-based scheduling ignore these options.

AUTHORS

The PulseAudio Developers <mzchyfrnhqvb (at) 0pointer (dot) net>; PulseAudio is available from http://pulseaudio.org/

SEE ALSO

pulse-client.conf(5), default.pa(5), pulseaudio(1), pacmd(1)

User Manuals