2004-09-13 23:28:30 +00:00
|
|
|
# $Id$
|
|
|
|
|
#
|
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
|
2006-06-19 21:53:48 +00:00
|
|
|
# along with PulseAudio; if not, write to the Free Software
|
2004-09-13 23:28:30 +00:00
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
|
|
|
# USA.
|
|
|
|
|
|
2007-11-08 22:31:30 +00:00
|
|
|
## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
|
|
|
|
|
## more information. Default values a commented out. Use either ; or # for
|
|
|
|
|
## commenting.
|
2004-09-13 23:28:30 +00:00
|
|
|
|
2007-11-01 00:34:43 +00:00
|
|
|
; daemonize = no
|
|
|
|
|
; fail = yes
|
2007-11-08 22:31:30 +00:00
|
|
|
; disallow-module-loading = no
|
|
|
|
|
; use-pid-file = yes
|
|
|
|
|
; system-instance = no
|
|
|
|
|
; disable-shm = 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
|
|
|
|
|
|
|
|
; realtime-scheduling = no
|
|
|
|
|
; realtime-priority = 5
|
|
|
|
|
|
2004-09-13 23:28:30 +00:00
|
|
|
; exit-idle-time = -1
|
2004-09-17 23:45:28 +00:00
|
|
|
; module-idle-time = 20
|
2006-07-19 17:44:19 +00:00
|
|
|
; scache-idle-time = 20
|
|
|
|
|
|
2006-07-19 18:11:12 +00:00
|
|
|
; dl-search-path = @PA_DLSEARCHPATH@
|
2004-09-13 23:28:30 +00:00
|
|
|
|
2006-07-19 18:11:12 +00:00
|
|
|
; default-script-file = @PA_DEFAULT_CONFIG_FILE@
|
2004-09-13 23:28:30 +00:00
|
|
|
|
|
|
|
|
; log-target = auto
|
2007-11-01 00:34:43 +00:00
|
|
|
; log-level = notice
|
|
|
|
|
|
|
|
|
|
; resample-method = speex-float-3
|
2007-11-21 01:30:40 +00:00
|
|
|
; disable-remixing = no
|
2004-11-21 21:31:28 +00:00
|
|
|
|
2007-11-01 00:34:43 +00:00
|
|
|
; no-cpu-limit = no
|
2006-07-25 20:51:15 +00:00
|
|
|
|
2006-07-20 01:25:37 +00:00
|
|
|
; rlimit-as = -1
|
|
|
|
|
; rlimit-core = -1
|
|
|
|
|
; rlimit-data = -1
|
|
|
|
|
; rlimit-fsize = -1
|
2007-10-28 19:13:50 +00:00
|
|
|
; rlimit-nofile = 256
|
2006-07-20 01:25:37 +00:00
|
|
|
; rlimit-stack = -1
|
|
|
|
|
; rlimit-nproc = -1
|
2007-11-13 19:39:23 +00:00
|
|
|
; rlimit-memlock = -1
|
2007-11-01 00:34:43 +00:00
|
|
|
; rlimit-nice = 31
|
|
|
|
|
; rlimit-rtprio = 9
|
2006-08-19 01:20:40 +00:00
|
|
|
|
2007-10-28 19:13:50 +00:00
|
|
|
; default-sample-format = s16le
|
|
|
|
|
; default-sample-rate = 44100
|
|
|
|
|
; default-sample-channels = 2
|
|
|
|
|
|
|
|
|
|
; default-fragments = 4
|
|
|
|
|
; default-fragment-size-msec = 25
|