2004-09-17 19:45:44 +00:00
|
|
|
# $Id$
|
|
|
|
|
#
|
2006-06-19 21:53:48 +00:00
|
|
|
# This file is part of PulseAudio.
|
2004-09-17 19:45:44 +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-17 19:45:44 +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-17 19:45:44 +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-17 19:45:44 +00:00
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
|
|
|
# USA.
|
|
|
|
|
|
2006-06-19 21:53:48 +00:00
|
|
|
## Configuration file for pulseaudio clients. Default values are
|
2004-09-17 19:45:44 +00:00
|
|
|
## commented out. Use either ; or # for commenting
|
|
|
|
|
|
2006-06-19 21:53:48 +00:00
|
|
|
## Path to the pulseaudio daemon to run when autospawning.
|
2006-06-20 13:02:34 +00:00
|
|
|
; daemon-binary = @PULSEAUDIO_BINARY@
|
2004-09-17 19:45:44 +00:00
|
|
|
|
2006-06-19 21:53:48 +00:00
|
|
|
## Extra arguments to pass to the pulseaudio daemon
|
2004-09-17 20:43:40 +00:00
|
|
|
; extra-arguments = --log-target=syslog --exit-idle-time=5
|
2004-09-17 19:45:44 +00:00
|
|
|
|
|
|
|
|
## The default sink to connect to
|
2004-09-17 20:43:40 +00:00
|
|
|
; default-sink =
|
2004-09-17 19:45:44 +00:00
|
|
|
|
|
|
|
|
## The default source to connect to
|
2004-09-17 20:43:40 +00:00
|
|
|
; default-source =
|
2004-09-17 19:45:44 +00:00
|
|
|
|
|
|
|
|
## The default sever to connect to
|
2004-09-17 20:43:40 +00:00
|
|
|
; default-server =
|
2004-09-17 19:45:44 +00:00
|
|
|
|
|
|
|
|
## Autospawn daemons?
|
|
|
|
|
; autospawn = 0
|