]> code.delx.au - pulseaudio/blob - src/daemon/daemon.conf.in
Merge dead branch 'ossman'
[pulseaudio] / src / daemon / daemon.conf.in
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, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
16 # USA.
17
18 ## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
19 ## more information. Default values a commented out. Use either ; or # for
20 ## commenting.
21
22 ; daemonize = no
23 ; fail = yes
24 ; disallow-module-loading = no
25 ; use-pid-file = yes
26 ; system-instance = no
27 ; disable-shm = no
28
29 ; high-priority = yes
30 ; nice-level = -11
31
32 ; realtime-scheduling = no
33 ; realtime-priority = 5
34
35 ; exit-idle-time = -1
36 ; module-idle-time = 20
37 ; scache-idle-time = 20
38
39 ; dl-search-path = (depends on architecture)
40
41 ; load-defaul-script-file = yes
42 ; default-script-file = @PA_DEFAULT_CONFIG_FILE@
43
44 ; log-target = auto
45 ; log-level = notice
46
47 ; resample-method = speex-float-3
48 ; disable-remixing = no
49
50 ; no-cpu-limit = no
51
52 ; rlimit-fsize = -1
53 ; rlimit-data = -1
54 ; rlimit-stack = -1
55 ; rlimit-core = -1
56 ; rlimit-as = -1
57 ; rlimit-rss = -1
58 ; rlimit-nproc = -1
59 ; rlimit-nofile = 256
60 ; rlimit-memlock = -1
61 ; rlimit-locks = -1
62 ; rlimit-sigpending = -1
63 ; rlimit-msgqueue = -1
64 ; rlimit-nice = 31
65 ; rlimit-rtprio = 9
66 ; rlimit-rtttime = 1000000
67
68 ; default-sample-format = s16le
69 ; default-sample-rate = 44100
70 ; default-sample-channels = 2
71
72 ; default-fragments = 4
73 ; default-fragment-size-msec = 25