• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is part of PulseAudio.
2#
3# PulseAudio is free software; you can redistribute it and/or modify
4# it under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2 of the License, or
6# (at your option) any later version.
7#
8# PulseAudio is distributed in the hope that it will be useful, but
9# WITHOUT ANY WARRANTY; without even the implied warranty of
10# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11# General Public License for more details.
12#
13# You should have received a copy of the GNU Lesser General Public License
14# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
15
16## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
17## more information. Default values are commented out.  Use either ; or # for
18## commenting.
19changequote(`[', `]')dnl Set up m4 quoting
20
21; daemonize = no
22; fail = yes
23; allow-module-loading = yes
24; allow-exit = yes
25; use-pid-file = yes
26; system-instance = no
27ifelse(@HAVE_DBUS@, 1, [dnl
28; local-server-type = user
29])dnl
30; enable-shm = yes
31; enable-memfd = yes
32; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
33; lock-memory = no
34; cpu-limit = no
35
36; high-priority = yes
37; nice-level = -11
38
39; realtime-scheduling = yes
40; realtime-priority = 5
41
42; exit-idle-time = 20
43; scache-idle-time = 20
44
45; dl-search-path = (depends on architecture)
46
47; load-default-script-file = yes
48; default-script-file = @PA_DEFAULT_CONFIG_DIR@/default.pa
49
50; log-target = auto
51; log-level = notice
52; log-meta = no
53; log-time = no
54; log-backtrace = 0
55
56; resample-method = speex-float-1
57; avoid-resampling = false
58; enable-remixing = yes
59; remixing-use-all-sink-channels = yes
60; remixing-produce-lfe = no
61; remixing-consume-lfe = no
62; lfe-crossover-freq = 0
63
64; flat-volumes = no
65
66; rescue-streams = yes
67
68ifelse(@HAVE_SYS_RESOURCE_H@, 1, [dnl
69; rlimit-fsize = -1
70; rlimit-data = -1
71; rlimit-stack = -1
72; rlimit-core = -1
73; rlimit-as = -1
74; rlimit-rss = -1
75; rlimit-nproc = -1
76; rlimit-nofile = 256
77; rlimit-memlock = -1
78; rlimit-locks = -1
79; rlimit-sigpending = -1
80; rlimit-msgqueue = -1
81; rlimit-nice = 31
82; rlimit-rtprio = 9
83; rlimit-rttime = 200000
84])dnl
85
86; default-sample-format = s16le
87; default-sample-rate = 44100
88; alternate-sample-rate = 48000
89; default-sample-channels = 2
90; default-channel-map = front-left,front-right
91
92; default-fragments = 4
93; default-fragment-size-msec = 25
94
95; enable-deferred-volume = yes
96; deferred-volume-safety-margin-usec = 8000
97; deferred-volume-extra-delay-usec = 0
98