2006-06-19 21:53:48 +00:00
|
|
|
# This file is part of PulseAudio.
|
2004-09-13 23:28:30 +00:00
|
|
|
#
|
2006-06-19 21:53:48 +00:00
|
|
|
# PulseAudio is free software; you can redistribute it and/or modify
|
2004-11-14 14:58:54 +00:00
|
|
|
# it under the terms of the GNU Lesser General Public License as published by
|
2004-09-13 23:28:30 +00:00
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
#
|
2006-06-19 21:53:48 +00:00
|
|
|
# PulseAudio is distributed in the hope that it will be useful, but
|
2004-09-13 23:28:30 +00:00
|
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
|
# General Public License for more details.
|
|
|
|
|
#
|
2004-11-14 14:58:54 +00:00
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
2014-11-26 14:14:51 +01:00
|
|
|
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
2004-09-13 23:28:30 +00:00
|
|
|
|
2007-11-08 22:31:30 +00:00
|
|
|
## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
|
2010-01-21 13:11:56 +01:00
|
|
|
## more information. Default values are commented out. Use either ; or # for
|
2007-11-08 22:31:30 +00:00
|
|
|
## commenting.
|
2011-06-29 15:16:11 +02:00
|
|
|
changequote(`[', `]')dnl Set up m4 quoting
|
2004-09-13 23:28:30 +00:00
|
|
|
|
2007-11-01 00:34:43 +00:00
|
|
|
; daemonize = no
|
|
|
|
|
; fail = yes
|
2009-08-12 20:15:28 +02:00
|
|
|
; allow-module-loading = yes
|
|
|
|
|
; allow-exit = yes
|
2007-11-08 22:31:30 +00:00
|
|
|
; use-pid-file = yes
|
|
|
|
|
; system-instance = no
|
2011-06-29 15:16:11 +02:00
|
|
|
ifelse(@HAVE_DBUS@, 1, [dnl
|
2009-06-12 07:16:05 +03:00
|
|
|
; local-server-type = user
|
2011-06-29 15:16:11 +02:00
|
|
|
])dnl
|
2009-08-12 20:15:28 +02:00
|
|
|
; enable-shm = yes
|
2008-10-01 01:14:36 +02:00
|
|
|
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
|
2009-06-07 00:43:03 +02:00
|
|
|
; lock-memory = no
|
2009-09-04 02:47:48 +02:00
|
|
|
; cpu-limit = no
|
2007-11-01 00:34:43 +00:00
|
|
|
|
|
|
|
|
; high-priority = yes
|
2007-11-08 22:31:30 +00:00
|
|
|
; nice-level = -11
|
2007-11-01 00:34:43 +00:00
|
|
|
|
2009-06-19 18:21:35 +02:00
|
|
|
; realtime-scheduling = yes
|
2007-11-01 00:34:43 +00:00
|
|
|
; realtime-priority = 5
|
|
|
|
|
|
2008-07-22 19:45:18 +02:00
|
|
|
; exit-idle-time = 20
|
2006-07-19 17:44:19 +00:00
|
|
|
; scache-idle-time = 20
|
|
|
|
|
|
2008-03-27 20:52:59 +00:00
|
|
|
; dl-search-path = (depends on architecture)
|
2004-09-13 23:28:30 +00:00
|
|
|
|
2008-10-01 01:19:01 +02:00
|
|
|
; load-default-script-file = yes
|
2011-06-29 15:16:08 +02:00
|
|
|
; default-script-file = @PA_DEFAULT_CONFIG_DIR@/default.pa
|
2004-09-13 23:28:30 +00:00
|
|
|
|
|
|
|
|
; log-target = auto
|
2007-11-01 00:34:43 +00:00
|
|
|
; log-level = notice
|
2008-10-21 19:15:41 +02:00
|
|
|
; log-meta = no
|
|
|
|
|
; log-time = no
|
|
|
|
|
; log-backtrace = 0
|
2007-11-01 00:34:43 +00:00
|
|
|
|
2013-07-23 15:58:42 +02:00
|
|
|
; resample-method = speex-float-1
|
2009-08-12 20:15:28 +02:00
|
|
|
; enable-remixing = yes
|
2016-05-21 22:37:08 +05:00
|
|
|
; enable-lfe-remixing = no
|
|
|
|
|
; lfe-crossover-freq = 0
|
2004-11-21 21:31:28 +00:00
|
|
|
|
2009-01-27 04:39:07 +01:00
|
|
|
; flat-volumes = yes
|
|
|
|
|
|
2011-06-29 15:16:11 +02:00
|
|
|
ifelse(@HAVE_SYS_RESOURCE_H@, 1, [dnl
|
2006-07-20 01:25:37 +00:00
|
|
|
; rlimit-fsize = -1
|
2008-05-15 23:34:41 +00:00
|
|
|
; rlimit-data = -1
|
2006-07-20 01:25:37 +00:00
|
|
|
; rlimit-stack = -1
|
2008-05-15 23:34:41 +00:00
|
|
|
; rlimit-core = -1
|
|
|
|
|
; rlimit-as = -1
|
|
|
|
|
; rlimit-rss = -1
|
2006-07-20 01:25:37 +00:00
|
|
|
; rlimit-nproc = -1
|
2008-05-15 23:34:41 +00:00
|
|
|
; rlimit-nofile = 256
|
2007-11-13 19:39:23 +00:00
|
|
|
; rlimit-memlock = -1
|
2008-05-15 23:34:41 +00:00
|
|
|
; rlimit-locks = -1
|
|
|
|
|
; rlimit-sigpending = -1
|
|
|
|
|
; rlimit-msgqueue = -1
|
2007-11-01 00:34:43 +00:00
|
|
|
; rlimit-nice = 31
|
|
|
|
|
; rlimit-rtprio = 9
|
2014-07-01 08:12:59 +02:00
|
|
|
; rlimit-rttime = 200000
|
2011-06-29 15:16:11 +02:00
|
|
|
])dnl
|
2006-08-19 01:20:40 +00:00
|
|
|
|
2007-10-28 19:13:50 +00:00
|
|
|
; default-sample-format = s16le
|
|
|
|
|
; default-sample-rate = 44100
|
2011-08-02 18:37:27 -05:00
|
|
|
; alternate-sample-rate = 48000
|
2007-10-28 19:13:50 +00:00
|
|
|
; default-sample-channels = 2
|
2009-02-21 16:32:42 +01:00
|
|
|
; default-channel-map = front-left,front-right
|
2007-10-28 19:13:50 +00:00
|
|
|
|
|
|
|
|
; default-fragments = 4
|
|
|
|
|
; default-fragment-size-msec = 25
|
2010-10-15 13:05:17 +03:00
|
|
|
|
2011-09-13 21:15:49 +01:00
|
|
|
; enable-deferred-volume = yes
|
|
|
|
|
; deferred-volume-safety-margin-usec = 8000
|
|
|
|
|
; deferred-volume-extra-delay-usec = 0
|