Ticket #169: client.conf

File client.conf, 1.4 kB (added by Rudd-O, 4 years ago)
Line 
1# $Id: client.conf.in 1285 2006-08-19 01:18:57Z 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 pulseaudio clients. Default values are
21## commented out.  Use either ; or # for commenting
22
23## Path to the pulseaudio daemon to run when autospawning.
24; daemon-binary = /usr/bin/pulseaudio
25
26## Extra arguments to pass to the pulseaudio daemon
27; extra-arguments = --log-target=syslog
28
29## The default sink to connect to
30; default-sink =
31
32## The default source to connect to
33; default-source =
34
35## The default sever to connect to
36; default-server = gabriela
37
38## Autospawn daemons?
39; autospawn = 0
40
41## Cookie file
42; cookie-file =
43
44### Disable shared memory data transfer
45; disable-shm = 1