| 1 | # $Id: daemon.conf.in 2175 2008-03-27 23:39:10Z lennart $ |
|---|
| 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 = (depends on architecture) |
|---|
| 42 | |
|---|
| 43 | ; default-script-file = |
|---|
| 44 | |
|---|
| 45 | ; log-target = auto |
|---|
| 46 | ; log-level = notice |
|---|
| 47 | |
|---|
| 48 | ; resample-method = speex-float-3 |
|---|
| 49 | ;make channel-splitting work (may destroy mono->stereo on mono files) |
|---|
| 50 | disable-remixing = yes |
|---|
| 51 | |
|---|
| 52 | ; no-cpu-limit = no |
|---|
| 53 | |
|---|
| 54 | ; rlimit-as = -1 |
|---|
| 55 | ; rlimit-core = -1 |
|---|
| 56 | ; rlimit-data = -1 |
|---|
| 57 | ; rlimit-fsize = -1 |
|---|
| 58 | ; rlimit-nofile = 256 |
|---|
| 59 | ; rlimit-stack = -1 |
|---|
| 60 | ; rlimit-nproc = -1 |
|---|
| 61 | ; rlimit-memlock = -1 |
|---|
| 62 | ; rlimit-nice = 31 |
|---|
| 63 | ; rlimit-rtprio = 9 |
|---|
| 64 | |
|---|
| 65 | ; default-sample-format = s16le |
|---|
| 66 | ; default-sample-rate = 44100 |
|---|
| 67 | default-sample-channels = 4 |
|---|
| 68 | |
|---|
| 69 | ; default-fragments = 4 |
|---|
| 70 | ; default-fragment-size-msec = 25 |
|---|