2011-12-04 11:15:02 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2012-03-14 06:11:00 +08:00
|
|
|
<!ENTITY pulseaudio-download-http "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-&pulseaudio-version;.tar.xz">
|
2011-12-04 11:15:02 +08:00
|
|
|
<!ENTITY pulseaudio-download-ftp " ">
|
2013-01-06 04:01:59 +08:00
|
|
|
<!ENTITY pulseaudio-md5sum "47fd7eca8479c757822bee68a1feef25">
|
|
|
|
<!ENTITY pulseaudio-size "1.4 MB">
|
|
|
|
<!ENTITY pulseaudio-buildsize "105 MB">
|
2012-07-23 23:22:48 +08:00
|
|
|
<!ENTITY pulseaudio-time "1.6 SBU">
|
2011-12-04 11:15:02 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="pulseaudio" xreflabel="PulseAudio-&pulseaudio-version;">
|
|
|
|
<?dbhtml filename="pulseaudio.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>PulseAudio-&pulseaudio-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="pulseaudio">
|
|
|
|
<primary sortas="a-PulseAudio">PulseAudio</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to PulseAudio</title>
|
|
|
|
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
2013-02-12 02:30:03 +08:00
|
|
|
<application>PulseAudio</application> is a sound system for POSIX OSes,
|
|
|
|
meaning that it is a proxy for sound applications. It allows you to do
|
|
|
|
advanced operations on your sound data as it passes between your application
|
|
|
|
and your hardware. Things like transferring the audio to a different machine,
|
|
|
|
changing the sample format or channel count and mixing several sounds into
|
2012-05-05 06:17:31 +08:00
|
|
|
one are easily achieved using a sound server.
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
|
2013-05-18 04:11:12 +08:00
|
|
|
&lfs73_checked;
|
2011-12-04 11:15:02 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&pulseaudio-download-http;"/>
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&pulseaudio-download-ftp;"/>
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
|
|
|
Download MD5 sum: &pulseaudio-md5sum;
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
|
|
|
Download size: &pulseaudio-size;
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
|
|
|
Estimated disk space required: &pulseaudio-buildsize;
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
|
|
|
Estimated build time: &pulseaudio-time;
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">PulseAudio Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para role="required">
|
|
|
|
<xref linkend="intltool"/>,
|
2013-02-09 02:47:27 +08:00
|
|
|
<xref linkend="json-c"/>,
|
|
|
|
<xref linkend="libsndfile"/> and
|
|
|
|
<xref linkend="pkgconfig"/>
|
2012-05-05 06:17:31 +08:00
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para role="recommended">
|
|
|
|
<xref linkend="alsa-lib"/>,
|
2012-05-12 00:26:37 +08:00
|
|
|
<xref linkend="dbus"/>,
|
2013-01-06 04:01:59 +08:00
|
|
|
<xref linkend="libcap2"/>,
|
|
|
|
<xref linkend="openssl"/>,
|
|
|
|
<xref linkend="speex"/> and
|
|
|
|
<xref linkend="xorg7-lib"/> <!-- Useful for KDE, too -->
|
2012-05-05 06:17:31 +08:00
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
|
2012-05-05 06:17:31 +08:00
|
|
|
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
|
|
|
|
<para role="optional">
|
2012-05-12 00:26:37 +08:00
|
|
|
<xref linkend="GConf"/>,
|
2013-01-06 04:01:59 +08:00
|
|
|
<xref linkend="glib2"/> and
|
|
|
|
<xref linkend="gtk2"/>
|
2012-03-14 06:11:00 +08:00
|
|
|
</para>
|
|
|
|
|
2011-12-04 11:15:02 +08:00
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2012-05-05 05:09:18 +08:00
|
|
|
<para role="optional">
|
2012-05-05 06:17:31 +08:00
|
|
|
<xref linkend="avahi"/>,
|
2013-01-06 04:01:59 +08:00
|
|
|
<xref linkend="bluez"/> and <xref linkend="sbc"/>,
|
|
|
|
<xref linkend="check"/>,
|
2012-05-05 06:17:31 +08:00
|
|
|
<ulink url="http://www.fftw.org/">FFTW</ulink>,
|
2012-07-23 23:22:48 +08:00
|
|
|
<ulink url="http://www.jackaudio.org/">JACK</ulink>,
|
2012-05-05 06:17:31 +08:00
|
|
|
<ulink url="http://0pointer.de/lennart/projects/libasyncns/">libasyncns</ulink>,
|
|
|
|
<xref linkend="libsamplerate"/>,
|
|
|
|
<ulink url="http://www.lirc.org/">LIRC</ulink>,
|
|
|
|
<ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>,
|
2013-01-06 04:01:59 +08:00
|
|
|
<ulink url="http://tdb.samba.org/">TDB</ulink>,
|
|
|
|
<ulink url="http://valgrind.org/">Valgrind</ulink>,
|
|
|
|
<ulink url="http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/">
|
|
|
|
WebRTC AudioProcessing</ulink> and
|
|
|
|
<ulink url="http://www.xen.org/">XEN</ulink>
|
2012-05-05 06:17:31 +08:00
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
2012-07-23 23:22:48 +08:00
|
|
|
<ulink url="&blfs-wiki;/pulseaudio"/>
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of PulseAudio</title>
|
|
|
|
|
2012-05-31 04:37:42 +08:00
|
|
|
<para>
|
|
|
|
In order for <application>PulseAudio</application> to communicate
|
2013-02-12 02:30:03 +08:00
|
|
|
properly with D-BUS, create a unique user. As the <systemitem
|
2012-05-31 04:37:42 +08:00
|
|
|
class="username">root</systemitem> user, run:
|
2013-02-12 02:30:03 +08:00
|
|
|
</para>
|
2012-05-31 04:37:42 +08:00
|
|
|
|
|
|
|
<screen role="root"><userinput>groupadd -g 58 pulse &&
|
2012-07-23 23:39:03 +08:00
|
|
|
groupadd -g 59 pulse-access &&
|
|
|
|
useradd -c "Pulseaudio User" -d /var/run/pulse -g pulse \
|
|
|
|
-s /bin/false -u 58 pulse &&
|
|
|
|
usermod -a -G audio pulse</userinput></screen>
|
2012-05-31 04:37:42 +08:00
|
|
|
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
|
|
|
Install <application>PulseAudio</application> by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
|
2012-05-12 00:26:37 +08:00
|
|
|
<screen><userinput>find . -name "Makefile.in" | xargs sed -i "s|(libdir)/@PACKAGE@|(libdir)/pulse|" &&
|
2013-05-18 04:11:12 +08:00
|
|
|
sed -i "s@json >= 0.9@json-c >= 0.11@g" configure &&
|
2012-05-12 00:26:37 +08:00
|
|
|
./configure --prefix=/usr \
|
2011-12-04 11:15:02 +08:00
|
|
|
--sysconfdir=/etc \
|
2012-03-14 06:11:00 +08:00
|
|
|
--localstatedir=/var \
|
|
|
|
--libexecdir=/usr/lib \
|
|
|
|
--with-module-dir=/usr/lib/pulse/modules &&
|
2011-12-04 11:15:02 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
|
|
|
To test the results, issue: <command>make check</command>.
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2012-07-23 23:22:48 +08:00
|
|
|
<para>
|
2013-05-18 04:11:12 +08:00
|
|
|
<command>find . -name Makefile.in ...</command>: This sed changes
|
2012-07-23 23:22:48 +08:00
|
|
|
the build system to install <application>PulseAudio</application>
|
|
|
|
private libraries into
|
|
|
|
<filename class="directory">/usr/lib/pulse</filename> instead of
|
|
|
|
<filename class="directory">/usr/lib/pulseaudio</filename>.
|
|
|
|
</para>
|
|
|
|
|
2013-05-18 04:11:12 +08:00
|
|
|
<para>
|
|
|
|
<command>sed -i "s@json >= 0.9@json-c >= 0.11@g" configure</command>:
|
|
|
|
This sed fixes building with <application>JSON-C</application> 0.11.
|
|
|
|
</para>
|
|
|
|
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
2012-05-12 00:26:37 +08:00
|
|
|
<parameter>--with-module-dir=/usr/lib/pulse/modules</parameter>:
|
2012-05-05 06:17:31 +08:00
|
|
|
This parameter ensures that <application>PulseAudio</application>
|
|
|
|
modules are installed in <filename class="directory">/usr/lib/pulse/modules
|
|
|
|
</filename> instead of <filename class="directory">
|
|
|
|
/usr/lib/pulse-&pulseaudio-version;/modules</filename>.
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
|
2012-03-14 06:11:00 +08:00
|
|
|
</sect2>
|
2011-12-04 11:15:02 +08:00
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<seg>
|
2013-02-12 02:30:03 +08:00
|
|
|
esdcompat, pacat, pacmd, pactl, padsp, pamon, paplay, parec,
|
|
|
|
parecord, pasuspender, pax11publish, pulseaudio, qpaeq,
|
2012-05-05 06:17:31 +08:00
|
|
|
start-pulseaudio-kde and start-pulseaudio-x11
|
|
|
|
</seg>
|
|
|
|
<seg>
|
2013-02-12 02:30:03 +08:00
|
|
|
libpulsecore-&pulseaudio-version;.so, libpulse-mainloop-glib.so,
|
2012-05-12 00:26:37 +08:00
|
|
|
libpulse-simple.so and libpulse.so
|
2012-05-05 06:17:31 +08:00
|
|
|
</seg>
|
|
|
|
<seg>
|
2012-05-12 00:26:37 +08:00
|
|
|
/etc/pulse,
|
|
|
|
/usr/include/pulse,
|
|
|
|
/usr/lib/cmake/PulseAudio,
|
|
|
|
/usr/lib/pulse and
|
|
|
|
/usr/share/pulseaudio
|
2012-05-05 06:17:31 +08:00
|
|
|
</seg>
|
2011-12-04 11:15:02 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="esdcompat">
|
|
|
|
<term><command>esdcompat</command></term>
|
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
|
|
|
is the <application>PulseAudio</application> ESD wrapper script.
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
<indexterm zone="pulseaudio esdcompat">
|
|
|
|
<primary sortas="b-esdcompat">esdcompat</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="pacat">
|
|
|
|
<term><command>pacat</command></term>
|
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
|
|
|
Plays back or records raw or encoded audio streams on a
|
|
|
|
<application>PulseAudio</application> sound server.
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
<indexterm zone="pulseaudio pacat">
|
|
|
|
<primary sortas="b-pacat">pacat</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="pacmd">
|
|
|
|
<term><command>pacmd</command></term>
|
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
|
|
|
is a tool used to reconfigure a <application>PulseAudio</application>
|
|
|
|
sound server during runtime.
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
<indexterm zone="pulseaudio pacmd">
|
|
|
|
<primary sortas="b-pacmd">pacmd</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="pactl">
|
|
|
|
<term><command>pactl</command></term>
|
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
2013-02-12 02:30:03 +08:00
|
|
|
is used to control a running <application>PulseAudio</application>
|
2012-05-05 06:17:31 +08:00
|
|
|
sound server.
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
<indexterm zone="pulseaudio pactl">
|
|
|
|
<primary sortas="b-pactl">pactl</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="padsp">
|
|
|
|
<term><command>padsp</command></term>
|
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
|
|
|
is the <application>PulseAudio</application> OSS Wrapper.
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
<indexterm zone="pulseaudio padsp">
|
|
|
|
<primary sortas="b-padsp">padsp</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2012-03-14 06:11:00 +08:00
|
|
|
<varlistentry id="pamon">
|
2011-12-04 11:15:02 +08:00
|
|
|
<term><command>pamon</command></term>
|
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
2013-02-12 02:30:03 +08:00
|
|
|
is a symbolic link to <command>pacat</command>.
|
2012-05-05 06:17:31 +08:00
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
<indexterm zone="pulseaudio pamon">
|
|
|
|
<primary sortas="b-pamon">pamon</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
2012-03-14 06:11:00 +08:00
|
|
|
</varlistentry>
|
2011-12-04 11:15:02 +08:00
|
|
|
|
|
|
|
<varlistentry id="paplay">
|
|
|
|
<term><command>paplay</command></term>
|
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
2013-02-12 02:30:03 +08:00
|
|
|
is used to play audio files on a
|
2012-05-05 06:17:31 +08:00
|
|
|
<application>PulseAudio</application> sound server.
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
<indexterm zone="pulseaudio paplay">
|
|
|
|
<primary sortas="b-paplay">paplay</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2012-03-14 06:11:00 +08:00
|
|
|
<varlistentry id="parec">
|
2011-12-04 11:15:02 +08:00
|
|
|
<term><command>parec</command></term>
|
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
2013-02-12 02:30:03 +08:00
|
|
|
is a symbolic link to <command>pacat</command>.
|
2012-05-05 06:17:31 +08:00
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
<indexterm zone="pulseaudio parec">
|
|
|
|
<primary sortas="b-parec">parec</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="parecord">
|
|
|
|
<term><command>parecord</command></term>
|
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
2013-02-12 02:30:03 +08:00
|
|
|
is a symbolic link to <command>pacat</command>.
|
2012-05-05 06:17:31 +08:00
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
<indexterm zone="pulseaudio parecord">
|
|
|
|
<primary sortas="b-parecord">parecord</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
2012-03-14 06:11:00 +08:00
|
|
|
</varlistentry>
|
2011-12-04 11:15:02 +08:00
|
|
|
|
|
|
|
<varlistentry id="pasuspender">
|
|
|
|
<term><command>pasuspender</command></term>
|
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
|
|
|
is a tool that can be used to tell a local
|
|
|
|
<application>PulseAudio</application> sound server to temporarily
|
|
|
|
suspend access to the audio devices, to allow other applications
|
2013-02-12 02:30:03 +08:00
|
|
|
to access them directly.
|
2012-05-05 06:17:31 +08:00
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
<indexterm zone="pulseaudio pasuspender">
|
|
|
|
<primary sortas="b-pasuspender">pasuspender</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2012-03-14 06:11:00 +08:00
|
|
|
<varlistentry id="pax11publish">
|
2011-12-04 11:15:02 +08:00
|
|
|
<term><command>pax11publish</command></term>
|
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
|
|
|
is the <application>PulseAudio</application>
|
|
|
|
X11 Credential Utility.
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
<indexterm zone="pulseaudio pax11publish">
|
|
|
|
<primary sortas="b-pax11publish">pax11publish</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
2012-03-14 06:11:00 +08:00
|
|
|
</varlistentry>
|
2011-12-04 11:15:02 +08:00
|
|
|
|
|
|
|
<varlistentry id="pulseaudio-prog">
|
2012-03-14 06:11:00 +08:00
|
|
|
<term><command>pulseaudio</command></term>
|
2011-12-04 11:15:02 +08:00
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
|
|
|
is a networked low-latency sound server for Linux.
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
<indexterm zone="pulseaudio pulseaudio-prog">
|
2012-05-05 06:17:31 +08:00
|
|
|
<primary sortas="b-pulseaudio">pulseaudio</primary>
|
2011-12-04 11:15:02 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2012-03-14 06:11:00 +08:00
|
|
|
<varlistentry id="qpaeq">
|
|
|
|
<term><command>qpaeq</command></term>
|
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
|
|
|
is an equalizer interface for
|
|
|
|
<application>PulseAudio</application> equalizer sinks.
|
|
|
|
</para>
|
2012-03-14 06:11:00 +08:00
|
|
|
<indexterm zone="pulseaudio qpaeq">
|
|
|
|
<primary sortas="b-qpaeq">qpaeq</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="start-pulseaudio-kde">
|
2011-12-04 11:15:02 +08:00
|
|
|
<term><command>start-pulseaudio-kde</command></term>
|
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
|
|
|
Starts <application>PulseAudio</application> and loads
|
|
|
|
module-device-manager to use KDE routing policies.
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
<indexterm zone="pulseaudio start-pulseaudio-kde">
|
|
|
|
<primary sortas="b-start-pulseaudio-kde">start-pulseaudio-kde</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="start-pulseaudio-x11">
|
|
|
|
<term><command>start-pulseaudio-x11</command></term>
|
|
|
|
<listitem>
|
2012-05-05 06:17:31 +08:00
|
|
|
<para>
|
|
|
|
Starts <application>PulseAudio</application> and registers it to
|
|
|
|
the X11 session manager.
|
|
|
|
</para>
|
2011-12-04 11:15:02 +08:00
|
|
|
<indexterm zone="pulseaudio start-pulseaudio-x11">
|
|
|
|
<primary sortas="b-start-pulseaudio-x11">start-pulseaudio-x11</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
2012-03-14 06:11:00 +08:00
|
|
|
</varlistentry>
|
2011-12-04 11:15:02 +08:00
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|