2007-11-08 22:30:33 +00:00
|
|
|
<?xml version="1.0"?><!--*-nxml-*-->
|
|
|
|
|
<!DOCTYPE manpage SYSTEM "xmltoman.dtd">
|
|
|
|
|
<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
This file is part of PulseAudio.
|
|
|
|
|
|
|
|
|
|
PulseAudio is free software; you can redistribute it and/or modify it
|
|
|
|
|
under the terms of the GNU Lesser General Public License as
|
|
|
|
|
published by the Free Software Foundation; either version 2.1 of the
|
|
|
|
|
License, or (at your option) any later version.
|
|
|
|
|
|
|
|
|
|
PulseAudio is distributed in the hope that it will be useful, but WITHOUT
|
|
|
|
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
|
|
|
|
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
|
|
|
|
|
Public License for more details.
|
|
|
|
|
|
|
|
|
|
You should have received a copy of the GNU Lesser General Public
|
|
|
|
|
License along with PulseAudio; if not, write to the Free Software
|
|
|
|
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
|
|
|
USA.
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<manpage name="pulse-client.conf" section="5" desc="PulseAudio client configuration file">
|
|
|
|
|
|
|
|
|
|
<synopsis>
|
|
|
|
|
<p><file>~/.pulse/client.conf</file></p>
|
|
|
|
|
|
|
|
|
|
<p><file>@pulseconfdir@/client.conf</file></p>
|
|
|
|
|
</synopsis>
|
|
|
|
|
|
|
|
|
|
<description>
|
|
|
|
|
<p>The PulseAudio client library reads configuration directives from
|
2008-10-01 01:15:44 +02:00
|
|
|
a file <file>~/.pulse/client.conf</file> on startup and when that
|
2007-11-08 22:30:33 +00:00
|
|
|
file doesn't exist from
|
|
|
|
|
<file>@pulseconfdir@/client.conf</file>.</p>
|
|
|
|
|
|
|
|
|
|
<p>The configuration file is a simple collection of variable
|
|
|
|
|
declarations. If the configuration file parser encounters either ;
|
2008-10-01 01:15:44 +02:00
|
|
|
or # it ignores the rest of the line until its end.</p>
|
2007-11-08 22:30:33 +00:00
|
|
|
|
2008-10-01 01:15:44 +02:00
|
|
|
<p>For the settings that take a boolean argument the values
|
2007-11-08 22:30:33 +00:00
|
|
|
<opt>true</opt>, <opt>yes</opt>, <opt>on</opt> and <opt>1</opt>
|
|
|
|
|
are equivalent, resp. <opt>false</opt>, <opt>no</opt>,
|
|
|
|
|
<opt>off</opt>, <opt>0</opt>.</p>
|
|
|
|
|
|
|
|
|
|
</description>
|
|
|
|
|
|
|
|
|
|
<section name="Directives">
|
|
|
|
|
|
|
|
|
|
<option>
|
|
|
|
|
<p><opt>default-sink=</opt> The default sink to connect to. If
|
|
|
|
|
specified overwrites the setting in the daemon. The environment
|
|
|
|
|
variable <opt>$PULSE_SINK</opt> however takes precedence.</p>
|
|
|
|
|
</option>
|
|
|
|
|
|
|
|
|
|
<option>
|
|
|
|
|
<p><opt>default-source=</opt> The default source to connect
|
|
|
|
|
to. If specified overwrites the setting in the daemon. The
|
|
|
|
|
environment variable <opt>$PULSE_SOURCE</opt> however takes
|
|
|
|
|
precedence.</p>
|
|
|
|
|
</option>
|
|
|
|
|
|
|
|
|
|
<option>
|
|
|
|
|
<p><opt>default-server=</opt> The default sever to connect
|
|
|
|
|
to. The environment variable <opt>$PULSE_SERVER</opt> takes
|
|
|
|
|
precedence.</p>
|
|
|
|
|
</option>
|
|
|
|
|
|
|
|
|
|
<option>
|
|
|
|
|
<p><opt>autospawn=</opt> Autospawn a PulseAudio daemon when
|
2008-10-01 01:15:44 +02:00
|
|
|
needed. Takes a boolean value, defaults to "yes".</p>
|
2007-11-08 22:30:33 +00:00
|
|
|
</option>
|
|
|
|
|
|
|
|
|
|
<option>
|
|
|
|
|
<p><opt>daemon-binary=</opt> Path to the PulseAudio daemon to
|
|
|
|
|
run when autospawning. Defaults to a path configured at compile
|
|
|
|
|
time.</p>
|
|
|
|
|
</option>
|
|
|
|
|
|
|
|
|
|
<option>
|
|
|
|
|
<p><opt>extra-arguments=</opt> Extra arguments to pass to the
|
|
|
|
|
PulseAudio daemon when autospawning. Defaults to
|
2008-10-01 01:15:44 +02:00
|
|
|
<opt>--log-target=syslog</opt>
|
2007-11-08 22:30:33 +00:00
|
|
|
</p>
|
|
|
|
|
</option>
|
|
|
|
|
|
|
|
|
|
<option>
|
|
|
|
|
<p><opt>cookie-file=</opt> Specify the path to the PulseAudio
|
|
|
|
|
authentication cookie. Defaults to
|
|
|
|
|
<file>~/.pulse-cookie</file>.</p>
|
|
|
|
|
</option>
|
|
|
|
|
|
|
|
|
|
<option>
|
|
|
|
|
<p><opt>disable-shm=</opt> Disable data transfer via POSIX
|
|
|
|
|
shared memory. Takes a boolean argument, defaults to
|
|
|
|
|
<opt>no</opt>.</p>
|
|
|
|
|
</option>
|
|
|
|
|
|
2008-10-01 01:14:36 +02:00
|
|
|
<option>
|
|
|
|
|
<p><opt>shm-size-bytes=</opt> Sets the shared memory segment
|
|
|
|
|
size for clients, in bytes. If left unspecified or is set to 0
|
|
|
|
|
it will default to some system-specific default, usually 64
|
|
|
|
|
MiB. Please note that usually there is no need to change this
|
|
|
|
|
value, unless you are running an OS kernel that does not do
|
|
|
|
|
memory overcommit.</p>
|
|
|
|
|
</option>
|
|
|
|
|
|
2007-11-08 22:30:33 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section name="Authors">
|
|
|
|
|
<p>The PulseAudio Developers <@PACKAGE_BUGREPORT@>;
|
|
|
|
|
PulseAudio is available from <url href="@PACKAGE_URL@"/></p>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section name="See also">
|
|
|
|
|
<p>
|
|
|
|
|
<manref name="pulse-daemon.conf" section="5"/>, <manref name="pulseaudio" section="1"/>
|
|
|
|
|
</p>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
</manpage>
|