| 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 | ; disallow-exit = no |
|---|
| 26 | ; use-pid-file = yes |
|---|
| 27 | ; system-instance = no |
|---|
| 28 | ; disable-shm = no |
|---|
| 29 | ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB |
|---|
| 30 | |
|---|
| 31 | ; high-priority = yes |
|---|
| 32 | ; nice-level = -11 |
|---|
| 33 | |
|---|
| 34 | ; realtime-scheduling = no |
|---|
| 35 | ; realtime-priority = 5 |
|---|
| 36 | |
|---|
| 37 | ; exit-idle-time = 20 |
|---|
| 38 | ; module-idle-time = 20 |
|---|
| 39 | ; scache-idle-time = 20 |
|---|
| 40 | |
|---|
| 41 | ; dl-search-path = (depends on architecture) |
|---|
| 42 | |
|---|
| 43 | ; load-default-script-file = yes |
|---|
| 44 | ; default-script-file = |
|---|
| 45 | |
|---|
| 46 | ; log-target = auto |
|---|
| 47 | ; log-level = notice |
|---|
| 48 | |
|---|
| 49 | ; resample-method = speex-float-3 |
|---|
| 50 | resample-method = speex-float-3 |
|---|
| 51 | ; disable-remixing = no |
|---|
| 52 | ; disable-lfe-remixing = yes |
|---|
| 53 | |
|---|
| 54 | ; no-cpu-limit = no |
|---|
| 55 | |
|---|
| 56 | ; rlimit-fsize = -1 |
|---|
| 57 | ; rlimit-data = -1 |
|---|
| 58 | ; rlimit-stack = -1 |
|---|
| 59 | ; rlimit-core = -1 |
|---|
| 60 | ; rlimit-as = -1 |
|---|
| 61 | ; rlimit-rss = -1 |
|---|
| 62 | ; rlimit-nproc = -1 |
|---|
| 63 | ; rlimit-nofile = 256 |
|---|
| 64 | ; rlimit-memlock = -1 |
|---|
| 65 | ; rlimit-locks = -1 |
|---|
| 66 | ; rlimit-sigpending = -1 |
|---|
| 67 | ; rlimit-msgqueue = -1 |
|---|
| 68 | ; rlimit-nice = 31 |
|---|
| 69 | ; rlimit-rtprio = 9 |
|---|
| 70 | ; rlimit-rtttime = 1000000 |
|---|
| 71 | |
|---|
| 72 | ; default-sample-format = s16le |
|---|
| 73 | ; default-sample-rate = 44100 |
|---|
| 74 | ; default-sample-channels = 2 |
|---|
| 75 | |
|---|
| 76 | ;default-sample-format = s32le |
|---|
| 77 | default-sample-format = float32le |
|---|
| 78 | default-sample-rate = 96000 |
|---|
| 79 | default-sample-channels = 8 |
|---|
| 80 | |
|---|
| 81 | ; default-fragments = 4 |
|---|
| 82 | ; default-fragment-size-msec = 25 |
|---|
| 83 | default-fragments = 8 |
|---|
| 84 | default-fragment-size-msec = 50 |
|---|