source: multimedia/libdriv/pulseaudio.xml@ 902fb47

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 902fb47 was 902fb47, checked in by DJ Lucas <dj@…>, 7 years ago

More tags.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19064 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 15.5 KB
RevLine 
[cff37d6]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[f6aa5d4]7 <!ENTITY pulseaudio-download-http
[8dfc5c3]8 "https://www.freedesktop.org/software/pulseaudio/releases/pulseaudio-&pulseaudio-version;.tar.xz">
[cff37d6]9 <!ENTITY pulseaudio-download-ftp " ">
[4b26d03]10 <!ENTITY pulseaudio-md5sum "4950d2799bf55ab91f6b7f990b7f0971">
[d42f02c6]11 <!ENTITY pulseaudio-size "1.5 MB">
[4b26d03]12 <!ENTITY pulseaudio-buildsize "84 MB (add 2 MB for tests)">
13 <!ENTITY pulseaudio-time "1.6 SBU (add 0.6 SBU for tests)">
[cff37d6]14]>
15
16<sect1 id="pulseaudio" xreflabel="PulseAudio-&pulseaudio-version;">
17 <?dbhtml filename="pulseaudio.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>PulseAudio-&pulseaudio-version;</title>
25
26 <indexterm zone="pulseaudio">
27 <primary sortas="a-PulseAudio">PulseAudio</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to PulseAudio</title>
32
[c479d83d]33 <para>
[a161de9]34 <application>PulseAudio</application> is a sound system for POSIX OSes,
35 meaning that it is a proxy for sound applications. It allows you to do
[0956cf1]36 advanced operations on your sound data as it passes between your
37 application and your hardware. Things like transferring the audio to a
38 different machine, changing the sample format or channel count and mixing
39 several sounds into one are easily achieved using a sound server.
[c479d83d]40 </para>
[cff37d6]41
[902fb47]42 &lfs81_checked;
[cff37d6]43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
[c479d83d]47 <para>
48 Download (HTTP): <ulink url="&pulseaudio-download-http;"/>
49 </para>
[cff37d6]50 </listitem>
51 <listitem>
[c479d83d]52 <para>
53 Download (FTP): <ulink url="&pulseaudio-download-ftp;"/>
54 </para>
[cff37d6]55 </listitem>
56 <listitem>
[c479d83d]57 <para>
58 Download MD5 sum: &pulseaudio-md5sum;
59 </para>
[cff37d6]60 </listitem>
61 <listitem>
[c479d83d]62 <para>
63 Download size: &pulseaudio-size;
64 </para>
[cff37d6]65 </listitem>
66 <listitem>
[c479d83d]67 <para>
68 Estimated disk space required: &pulseaudio-buildsize;
69 </para>
[cff37d6]70 </listitem>
71 <listitem>
[c479d83d]72 <para>
73 Estimated build time: &pulseaudio-time;
74 </para>
[cff37d6]75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">PulseAudio Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
[c479d83d]81 <para role="required">
[56605b9]82 <xref linkend="json-c"/> and
[adf6dd9a]83 <xref linkend="libsndfile"/>
[c479d83d]84 </para>
[cff37d6]85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
[c479d83d]87 <para role="recommended">
88 <xref linkend="alsa-lib"/>,
[54666831]89 <xref linkend="dbus"/>,
[88136e4d]90 <xref linkend="glib2"/>,
[56605b9]91 <xref linkend="libcap-pam"/>,
[d835b55]92 <xref linkend="openssl"/>,
93 <xref linkend="speex"/> and
[88136e4d]94 <xref linkend="xorg7-lib"/>
[250cf69]95 </para>
96
[cff37d6]97 <bridgehead renderas="sect4">Optional</bridgehead>
[ff43ebb]98 <para role="optional">
[c479d83d]99 <xref linkend="avahi"/>,
[576b3dd]100 <xref linkend="bluez"/>,
[d835b55]101 <xref linkend="check"/>,
[f1ce80b]102 <phrase revision="sysv"><xref linkend="consolekit"/> (runtime),</phrase>
[0e6052db]103 <xref linkend="fftw"/>,
[88136e4d]104 <xref linkend="GConf"/>,
105 <xref linkend="gtk3"/>,
[758637c]106 <xref linkend="libsamplerate"/>,
[98e2adf]107 <xref linkend="sbc"/> (Bluetooth support),
108 <xref linkend="valgrind"/>,
109 <ulink url="http://www.jackaudio.org/">JACK</ulink>,
[ded78c6]110 <ulink url="http://0pointer.de/lennart/projects/libasyncns/">libasyncns</ulink>,
[c479d83d]111 <ulink url="http://www.lirc.org/">LIRC</ulink>,
[d42f02c6]112 <ulink url="http://gstreamer.freedesktop.org/src/orc/">ORC</ulink>,
[d835b55]113 <ulink url="http://tdb.samba.org/">TDB</ulink>,
114 <ulink url="http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/">
115 WebRTC AudioProcessing</ulink> and
[d42f02c6]116 <ulink url="http://www.xenproject.org/">XEN</ulink>
[c479d83d]117 </para>
[88136e4d]118
[cff37d6]119 <para condition="html" role="usernotes">User Notes:
[6f57c53]120 <ulink url="&blfs-wiki;/pulseaudio"/>
121 </para>
[cff37d6]122 </sect2>
123
124 <sect2 role="installation">
125 <title>Installation of PulseAudio</title>
126
[c479d83d]127 <para>
128 Install <application>PulseAudio</application> by running the following
129 commands:
130 </para>
[cff37d6]131
[5622b1b7]132<screen><userinput>./configure --prefix=/usr \
[758637c]133 --sysconfdir=/etc \
134 --localstatedir=/var \
135 --disable-bluez4 \
[576b3dd]136 --disable-bluez5 \
[5622b1b7]137 --disable-rpath &amp;&amp;
[cff37d6]138make</userinput></screen>
139
[c479d83d]140 <para>
141 To test the results, issue: <command>make check</command>.
142 </para>
[cff37d6]143
[c479d83d]144 <para>
145 Now, as the <systemitem class="username">root</systemitem> user:
146 </para>
[cff37d6]147
148<screen role="root"><userinput>make install</userinput></screen>
149
[88136e4d]150 <!-- http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SystemWide/ -->
151 <para>
152 While still as the <systemitem class="username">root</systemitem>
153 user, remove the <application>D-Bus</application> configuration file
154 for the system wide daemon to avoid creating unnecessary system
[e7c2eeb]155 users and groups:
[88136e4d]156 </para>
157
158<screen role="root"><userinput>rm /etc/dbus-1/system.d/pulseaudio-system.conf</userinput></screen>
159
[cff37d6]160 </sect2>
161
162 <sect2 role="commands">
163 <title>Command Explanations</title>
164
[88136e4d]165 <para>
166 <parameter>--disable-bluez4</parameter>: This switch disables
167 support for <application>BlueZ</application> version 4 in favour
168 of <application>BlueZ</application> version 5 since the latter
169 also installs compatibility library for the earlier version.
170 </para>
171
[576b3dd]172 <para>
173 <parameter>--disable-bluez5</parameter>: This switch prevents
174 a runtime error if <xref linkend="dbus"/> and <xref linkend="sbc"/>
175 are both installed but <xref linkend="bluez"/> is not installed.
176 Remove this if you have installed all three packages.
177 </para>
178
[88136e4d]179 <para>
180 <parameter>--disable-rpath</parameter>: This switch prevents
181 linker from adding a hardcoded runtime path to the installed
182 programs and libraries.
183 </para>
184
[250cf69]185 </sect2>
[cff37d6]186
[e5d2270e]187 <sect2 role="configuration">
188 <title>Configuring PulseAudio</title>
189
190 <sect3 id="pulseaudio-config">
191 <title>Config Files</title>
192 <para>
193 There are system wide configuration files:
194 <filename>/etc/pulse/daemon.conf</filename>,
195 <filename>/etc/pulse/client.conf</filename>,
196 <filename>/etc/pulse/default.pa</filename>, and user configuration
197 files with the same names in
198 <filename class="directory">~/.config/pulse</filename>. User
199 configuration files take precedence over system wide ones.
200 </para>
201
202 <indexterm zone="pulseaudio pulseaudio-config">
203 <primary sortas="e-AA.config-pulse">~/.config/pulse</primary>
204 </indexterm>
205
206 <indexterm zone="pulseaudio pulseaudio-config">
207 <primary
208 sortas="e-etc-pulse-daemon.conf">/etc/pulse/daemon.conf</primary>
209 </indexterm>
210
211 <indexterm zone="pulseaudio pulseaudio-config">
212 <primary
213 sortas="e-etc-pulse-client.conf">/etc/pulse/client.conf</primary>
214 </indexterm>
215
216 <indexterm zone="pulseaudio pulseaudio-config">
217 <primary
218 sortas="e-etc-pulse-default.pa">/etc/pulse/default.pa</primary>
219 </indexterm>
220 </sect3>
221
222 <sect3><title>Configuration Information</title>
223
224 <para>
[03de2e3]225 The default configuration files allow setting up a working installation.
226 However, a reference to Console-Kit needs to be removed if it is
[e5d2270e]227 not installed. For example, issue the following command as the
228 <systemitem class="username">root</systemitem> user:
229 </para>
230
[03de2e3]231<screen role="root"><userinput>sed -i '/load-module module-console-kit/s/^/#/' /etc/pulse/default.pa</userinput></screen>
[e5d2270e]232
233 <para>
[03de2e3]234 You may also have to configure the audio system. You can start
[e5d2270e]235 <application>pulseaudio</application> in command line mode using
[03de2e3]236 <command>pulseaudio -C</command> and then list various
237 information and change settings. See
[e5d2270e]238 <command>man pulse-cli-syntax</command>.
239 </para>
240 </sect3>
241 </sect2>
242
[cff37d6]243 <sect2 role="content">
244 <title>Contents</title>
245
246 <segmentedlist>
247 <segtitle>Installed Programs</segtitle>
248 <segtitle>Installed Libraries</segtitle>
249 <segtitle>Installed Directories</segtitle>
250
251 <seglistitem>
[c479d83d]252 <seg>
[03de2e3]253 esdcompat, pacat, pacmd, pactl, padsp, pamon (symlink to pacat),
[c870dc3]254 paplay (symlink to pacat), parec (symlink to pacat),
[03de2e3]255 parecord (symlink to pacat), pasuspender,
[5622b1b7]256 pax11publish, pulseaudio, and
[e5d2270e]257 <!-- it looks like the equalizer needs FFTW: qpaeq, -->
[5622b1b7]258 start-pulseaudio-x11
[c479d83d]259 </seg>
260 <seg>
[5622b1b7]261 libpulse-mainloop-glib.so,
[d42f02c6]262 libpulse-simple.so and
263 libpulse.so
[c479d83d]264 </seg>
265 <seg>
[4b141a4]266 /etc/pulse,
267 /usr/include/pulse,
[5622b1b7]268 /usr/lib/cmake/PulseAudio,
[d42f02c6]269 /usr/lib/{pulseaudio,pulse-&pulseaudio-major-version;},
[c870dc3]270 /usr/libexec/pulse, and
[4b141a4]271 /usr/share/pulseaudio
[c479d83d]272 </seg>
[cff37d6]273 </seglistitem>
274 </segmentedlist>
275
276 <variablelist>
277 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
278 <?dbfo list-presentation="list"?>
279 <?dbhtml list-presentation="table"?>
280
281 <varlistentry id="esdcompat">
282 <term><command>esdcompat</command></term>
283 <listitem>
[c479d83d]284 <para>
285 is the <application>PulseAudio</application> ESD wrapper script.
286 </para>
[cff37d6]287 <indexterm zone="pulseaudio esdcompat">
288 <primary sortas="b-esdcompat">esdcompat</primary>
289 </indexterm>
290 </listitem>
291 </varlistentry>
292
293 <varlistentry id="pacat">
294 <term><command>pacat</command></term>
295 <listitem>
[c479d83d]296 <para>
[0956cf1]297 plays back or records raw or encoded audio streams on a
[c479d83d]298 <application>PulseAudio</application> sound server.
299 </para>
[cff37d6]300 <indexterm zone="pulseaudio pacat">
301 <primary sortas="b-pacat">pacat</primary>
302 </indexterm>
303 </listitem>
304 </varlistentry>
305
306 <varlistentry id="pacmd">
307 <term><command>pacmd</command></term>
308 <listitem>
[c479d83d]309 <para>
310 is a tool used to reconfigure a <application>PulseAudio</application>
311 sound server during runtime.
312 </para>
[cff37d6]313 <indexterm zone="pulseaudio pacmd">
314 <primary sortas="b-pacmd">pacmd</primary>
315 </indexterm>
316 </listitem>
317 </varlistentry>
318
319 <varlistentry id="pactl">
320 <term><command>pactl</command></term>
321 <listitem>
[c479d83d]322 <para>
[a161de9]323 is used to control a running <application>PulseAudio</application>
[c479d83d]324 sound server.
325 </para>
[cff37d6]326 <indexterm zone="pulseaudio pactl">
327 <primary sortas="b-pactl">pactl</primary>
328 </indexterm>
329 </listitem>
330 </varlistentry>
331
332 <varlistentry id="padsp">
333 <term><command>padsp</command></term>
334 <listitem>
[c479d83d]335 <para>
336 is the <application>PulseAudio</application> OSS Wrapper.
337 </para>
[cff37d6]338 <indexterm zone="pulseaudio padsp">
339 <primary sortas="b-padsp">padsp</primary>
340 </indexterm>
341 </listitem>
342 </varlistentry>
343
[250cf69]344 <varlistentry id="pamon">
[cff37d6]345 <term><command>pamon</command></term>
346 <listitem>
[c479d83d]347 <para>
[a161de9]348 is a symbolic link to <command>pacat</command>.
[c479d83d]349 </para>
[cff37d6]350 <indexterm zone="pulseaudio pamon">
351 <primary sortas="b-pamon">pamon</primary>
352 </indexterm>
353 </listitem>
[250cf69]354 </varlistentry>
[cff37d6]355
356 <varlistentry id="paplay">
357 <term><command>paplay</command></term>
358 <listitem>
[c479d83d]359 <para>
[a161de9]360 is used to play audio files on a
[c479d83d]361 <application>PulseAudio</application> sound server.
362 </para>
[cff37d6]363 <indexterm zone="pulseaudio paplay">
364 <primary sortas="b-paplay">paplay</primary>
365 </indexterm>
366 </listitem>
367 </varlistentry>
368
[250cf69]369 <varlistentry id="parec">
[cff37d6]370 <term><command>parec</command></term>
371 <listitem>
[c479d83d]372 <para>
[a161de9]373 is a symbolic link to <command>pacat</command>.
[c479d83d]374 </para>
[cff37d6]375 <indexterm zone="pulseaudio parec">
376 <primary sortas="b-parec">parec</primary>
377 </indexterm>
378 </listitem>
379 </varlistentry>
380
381 <varlistentry id="parecord">
382 <term><command>parecord</command></term>
383 <listitem>
[c479d83d]384 <para>
[a161de9]385 is a symbolic link to <command>pacat</command>.
[c479d83d]386 </para>
[cff37d6]387 <indexterm zone="pulseaudio parecord">
388 <primary sortas="b-parecord">parecord</primary>
389 </indexterm>
390 </listitem>
[250cf69]391 </varlistentry>
[cff37d6]392
393 <varlistentry id="pasuspender">
394 <term><command>pasuspender</command></term>
395 <listitem>
[c479d83d]396 <para>
397 is a tool that can be used to tell a local
398 <application>PulseAudio</application> sound server to temporarily
399 suspend access to the audio devices, to allow other applications
[a161de9]400 to access them directly.
[c479d83d]401 </para>
[cff37d6]402 <indexterm zone="pulseaudio pasuspender">
403 <primary sortas="b-pasuspender">pasuspender</primary>
404 </indexterm>
405 </listitem>
406 </varlistentry>
407
[250cf69]408 <varlistentry id="pax11publish">
[cff37d6]409 <term><command>pax11publish</command></term>
410 <listitem>
[c479d83d]411 <para>
412 is the <application>PulseAudio</application>
413 X11 Credential Utility.
414 </para>
[cff37d6]415 <indexterm zone="pulseaudio pax11publish">
416 <primary sortas="b-pax11publish">pax11publish</primary>
417 </indexterm>
418 </listitem>
[250cf69]419 </varlistentry>
[cff37d6]420
421 <varlistentry id="pulseaudio-prog">
[250cf69]422 <term><command>pulseaudio</command></term>
[cff37d6]423 <listitem>
[c479d83d]424 <para>
425 is a networked low-latency sound server for Linux.
426 </para>
[cff37d6]427 <indexterm zone="pulseaudio pulseaudio-prog">
[c479d83d]428 <primary sortas="b-pulseaudio">pulseaudio</primary>
[cff37d6]429 </indexterm>
430 </listitem>
431 </varlistentry>
432
[e5d2270e]433<!-- only installed if FFTW is present
[250cf69]434 <varlistentry id="qpaeq">
435 <term><command>qpaeq</command></term>
436 <listitem>
[c479d83d]437 <para>
438 is an equalizer interface for
439 <application>PulseAudio</application> equalizer sinks.
440 </para>
[250cf69]441 <indexterm zone="pulseaudio qpaeq">
442 <primary sortas="b-qpaeq">qpaeq</primary>
443 </indexterm>
444 </listitem>
445 </varlistentry>
[e5d2270e]446-->
[03de2e3]447<!-- Not found in PA 7.0
[758637c]448 <varlistentry id="start-pulseaudio-kde">
449 <term><command>start-pulseaudio-kde</command></term>
450 <listitem>
451 <para>
452 Starts <application>PulseAudio</application> and loads
453 module-device-manager to use KDE routing policies.
454 </para>
455 <indexterm zone="pulseaudio start-pulseaudio-kde">
456 <primary sortas="b-start-pulseaudio-kde">start-pulseaudio-kde</primary>
457 </indexterm>
458 </listitem>
459 </varlistentry>
[03de2e3]460-->
[cff37d6]461 <varlistentry id="start-pulseaudio-x11">
462 <term><command>start-pulseaudio-x11</command></term>
463 <listitem>
[c479d83d]464 <para>
[0956cf1]465 starts <application>PulseAudio</application> and registers it to
[c479d83d]466 the X11 session manager.
467 </para>
[cff37d6]468 <indexterm zone="pulseaudio start-pulseaudio-x11">
469 <primary sortas="b-start-pulseaudio-x11">start-pulseaudio-x11</primary>
470 </indexterm>
471 </listitem>
[250cf69]472 </varlistentry>
[cff37d6]473
474 </variablelist>
475
476 </sect2>
477
478</sect1>
Note: See TracBrowser for help on using the repository browser.