]> code.delx.au - pulseaudio/blob - src/daemon/daemon.conf.in
- Check process name when dealing with PID files
[pulseaudio] / src / daemon / daemon.conf.in
1 # $Id$
2 #
3 # This file is part of PulseAudio.
4 #
5 # PulseAudio is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU Lesser General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9 #
10 # PulseAudio is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 # General Public License for more details.
14 #
15 # You should have received a copy of the GNU Lesser General Public License
16 # along with PulseAudio; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
18 # USA.
19
20 ## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
21 ## more information. Default values a commented out. Use either ; or # for
22 ## commenting.
23
24 ; daemonize = no
25 ; fail = yes
26 ; disallow-module-loading = no
27 ; use-pid-file = yes
28 ; system-instance = no
29 ; disable-shm = no
30
31 ; high-priority = yes
32 ; nice-level = -11
33
34 ; realtime-scheduling = no
35 ; realtime-priority = 5
36
37 ; exit-idle-time = -1
38 ; module-idle-time = 20
39 ; scache-idle-time = 20
40
41 ; dl-search-path = @PA_DLSEARCHPATH@
42
43 ; default-script-file = @PA_DEFAULT_CONFIG_FILE@
44
45 ; log-target = auto
46 ; log-level = notice
47
48 ; resample-method = speex-float-3
49 ; disable-remixing = no
50
51 ; no-cpu-limit = no
52
53 ; rlimit-as = -1
54 ; rlimit-core = -1
55 ; rlimit-data = -1
56 ; rlimit-fsize = -1
57 ; rlimit-nofile = 256
58 ; rlimit-stack = -1
59 ; rlimit-nproc = -1
60 ; rlimit-memlock = -1
61 ; rlimit-nice = 31
62 ; rlimit-rtprio = 9
63
64 ; default-sample-format = s16le
65 ; default-sample-rate = 44100
66 ; default-sample-channels = 2
67
68 ; default-fragments = 4
69 ; default-fragment-size-msec = 25