]> code.delx.au - pulseaudio/blob - polyp/daemon.conf.in
Make the whole stuff LGPL only
[pulseaudio] / polyp / daemon.conf.in
1 # $Id$
2 #
3 # This file is part of polypaudio.
4 #
5 # polypaudio 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 # polypaudio 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 polypaudio; 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 polypaudio daemon. Default values are
21 ## commented out. Use either ; or # for commenting
22
23 # Extra verbositiy
24 ; verbose = 0
25
26 ## Daemonize after startup
27 ; daemonize = 0
28
29 ## Quit if startup fails
30 ; fail = 1
31
32 ## Renice the daemon to level -15 and try to get SCHED_FIFO
33 ## scheduling. This a good idea if you hear annyoing noise in the
34 ## playback. However, this is a certain security issue, since it works
35 ## when called SUID root only. root is dropped immediately after gaining
36 ## the nice level and SCHED_FIFO scheduling on startup.
37 ; high-priority = 0
38
39 ## Disallow module loading after startup
40 ; disallow-module-loading = 0
41
42 ## Terminate the daemon after the last client quit and this time
43 ## passed. Use a negative value to disable this feature.
44 ; exit-idle-time = -1
45
46 ## Unload autoloaded modules after being idle for this time
47 ; module-idle-time = 20
48
49 ## The path were to look for dynamic shared objects (DSOs aka
50 ## plugins). You may specify more than one path seperated by
51 ## colons.
52 ; dl-search-path = @DLSEARCHPATH@
53
54 ## The default script file to load. Specify an empty string for not
55 ## loading a default script file. The
56 ; default-script-file = @DEFAULT_CONFIG_FILE@
57
58 ## The default log target. Use either "stderr", "syslog" or
59 ## "auto". The latter is equivalent to "sylog" in case daemonize is
60 ## true, otherwise to "stderr".
61 ; log-target = auto
62
63 ## The resampling algorithm to use. Use one of sinc-best-quality,
64 ## sinc-medium-quality, sinc-fastest, zero-order-hold, linear. See
65 ## the documentation of libsamplerate for an explanation fot the
66 ## different methods.
67 ; resample-method = sinc-fastest