source: multimedia/libdriv/pulseaudio.xml@ 56605b9

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 56605b9 was 56605b9, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Remove XML::Parser from perl modules
Archive acl, attr, intltool, expat, gperf
Synchronize libcap with LFS.

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

  • Property mode set to 100644
File size: 13.7 KB
Line 
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
7 <!ENTITY pulseaudio-download-http
8 "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-&pulseaudio-version;.tar.xz">
9 <!ENTITY pulseaudio-download-ftp " ">
10 <!ENTITY pulseaudio-md5sum "c43749838612f4860465e83ed62ca38e">
11 <!ENTITY pulseaudio-size "1.4 MB">
12 <!ENTITY pulseaudio-buildsize "82 MB">
13 <!ENTITY pulseaudio-time "1.0 SBU">
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
33 <para>
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
36 advanced operations on your sound data as it passes between your application
37 and your hardware. Things like transferring the audio to a different machine,
38 changing the sample format or channel count and mixing several sounds into
39 one are easily achieved using a sound server.
40 </para>
41
42 &lfs75_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&pulseaudio-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&pulseaudio-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &pulseaudio-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &pulseaudio-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &pulseaudio-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &pulseaudio-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">PulseAudio Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="json-c"/> and
83 <xref linkend="libsndfile"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="alsa-lib"/>,
89 <xref linkend="glib2"/>,
90 <xref linkend="libcap-pam"/>,
91 <xref linkend="openssl"/>,
92 <xref linkend="speex"/> and
93 <xref linkend="xorg7-lib"/>
94 </para>
95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
98 <xref linkend="avahi"/>,
99 <xref linkend="bluez"/> (runtime),
100 <xref linkend="check"/>,
101 <ulink url="http://www.fftw.org/">FFTW</ulink>,
102 <xref linkend="GConf"/>,
103 <xref linkend="gtk3"/>,
104 <ulink url="http://www.jackaudio.org/">JACK</ulink>,
105 <ulink url="http://0pointer.de/lennart/projects/libasyncns/">libasyncns</ulink>,
106 <xref linkend="libsamplerate"/>,
107 <ulink url="http://www.lirc.org/">LIRC</ulink>,
108 <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>,
109 <xref linkend="sbc"/> (Bluetooth support),
110 <ulink url="http://tdb.samba.org/">TDB</ulink>,
111 <xref linkend="valgrind"/>
112 <ulink url="http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/">
113 WebRTC AudioProcessing</ulink> and
114 <ulink url="http://www.xen.org/">XEN</ulink>
115 </para>
116
117 <para condition="html" role="usernotes">User Notes:
118 <ulink url="&blfs-wiki;/pulseaudio"/>
119 </para>
120 </sect2>
121
122 <sect2 role="installation">
123 <title>Installation of PulseAudio</title>
124
125 <para>
126 Install <application>PulseAudio</application> by running the following
127 commands:
128 </para>
129
130<screen><userinput>find . -name "Makefile.in" | xargs sed -i "s|(libdir)/@PACKAGE@|(libdir)/pulse|" &amp;&amp;
131./configure --prefix=/usr \
132 --sysconfdir=/etc \
133 --localstatedir=/var \
134 --disable-bluez4 \
135 --disable-rpath \
136 --with-module-dir=/usr/lib/pulse/modules &amp;&amp;
137make</userinput></screen>
138
139 <para>
140 To test the results, issue: <command>make check</command>.
141 </para>
142
143 <para>
144 Now, as the <systemitem class="username">root</systemitem> user:
145 </para>
146
147<screen role="root"><userinput>make install</userinput></screen>
148
149 <!-- http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SystemWide/ -->
150 <para>
151 While still as the <systemitem class="username">root</systemitem>
152 user, remove the <application>D-Bus</application> configuration file
153 for the system wide daemon to avoid creating unnecessary system
154 users and groups:
155 </para>
156
157<screen role="root"><userinput>rm /etc/dbus-1/system.d/pulseaudio-system.conf</userinput></screen>
158
159 </sect2>
160
161 <sect2 role="commands">
162 <title>Command Explanations</title>
163
164 <para>
165 <command>find . -name Makefile.in ...</command>: This sed changes
166 the build system to install <application>PulseAudio</application>
167 private libraries into
168 <filename class="directory">/usr/lib/pulse</filename> instead of
169 <filename class="directory">/usr/lib/pulseaudio</filename>.
170 </para>
171
172 <para>
173 <parameter>--disable-bluez4</parameter>: This switch disables
174 support for <application>BlueZ</application> version 4 in favour
175 of <application>BlueZ</application> version 5 since the latter
176 also installs compatibility library for the earlier version.
177 </para>
178
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
185 <para>
186 <parameter>--with-module-dir=/usr/lib/pulse/modules</parameter>:
187 This parameter ensures that <application>PulseAudio</application>
188 modules are installed in <filename class="directory">/usr/lib/pulse/modules
189 </filename> instead of <filename class="directory">
190 /usr/lib/pulse-&pulseaudio-major-version;/modules</filename>.
191 </para>
192
193 </sect2>
194
195 <sect2 role="content">
196 <title>Contents</title>
197
198 <segmentedlist>
199 <segtitle>Installed Programs</segtitle>
200 <segtitle>Installed Libraries</segtitle>
201 <segtitle>Installed Directories</segtitle>
202
203 <seglistitem>
204 <seg>
205 esdcompat, pacat, pacmd, pactl, padsp, pamon (symlink),
206 paplay (symlink), parec (symlink), parecord (symlink), pasuspender,
207 pax11publish, pulseaudio, qpaeq,
208 start-pulseaudio-kde and start-pulseaudio-x11
209 </seg>
210 <seg>
211 libpulsecore-&pulseaudio-major-version;.so, libpulse-mainloop-glib.so,
212 libpulse-simple.so and libpulse.so
213 </seg>
214 <seg>
215 /etc/pulse,
216 /usr/include/pulse,
217 /usr/lib/cmake/PulseAudio,
218 /usr/lib/pulse,
219 /usr/libexec/pulse and
220 /usr/share/pulseaudio
221 </seg>
222 </seglistitem>
223 </segmentedlist>
224
225 <variablelist>
226 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
227 <?dbfo list-presentation="list"?>
228 <?dbhtml list-presentation="table"?>
229
230 <varlistentry id="esdcompat">
231 <term><command>esdcompat</command></term>
232 <listitem>
233 <para>
234 is the <application>PulseAudio</application> ESD wrapper script.
235 </para>
236 <indexterm zone="pulseaudio esdcompat">
237 <primary sortas="b-esdcompat">esdcompat</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 <varlistentry id="pacat">
243 <term><command>pacat</command></term>
244 <listitem>
245 <para>
246 Plays back or records raw or encoded audio streams on a
247 <application>PulseAudio</application> sound server.
248 </para>
249 <indexterm zone="pulseaudio pacat">
250 <primary sortas="b-pacat">pacat</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
255 <varlistentry id="pacmd">
256 <term><command>pacmd</command></term>
257 <listitem>
258 <para>
259 is a tool used to reconfigure a <application>PulseAudio</application>
260 sound server during runtime.
261 </para>
262 <indexterm zone="pulseaudio pacmd">
263 <primary sortas="b-pacmd">pacmd</primary>
264 </indexterm>
265 </listitem>
266 </varlistentry>
267
268 <varlistentry id="pactl">
269 <term><command>pactl</command></term>
270 <listitem>
271 <para>
272 is used to control a running <application>PulseAudio</application>
273 sound server.
274 </para>
275 <indexterm zone="pulseaudio pactl">
276 <primary sortas="b-pactl">pactl</primary>
277 </indexterm>
278 </listitem>
279 </varlistentry>
280
281 <varlistentry id="padsp">
282 <term><command>padsp</command></term>
283 <listitem>
284 <para>
285 is the <application>PulseAudio</application> OSS Wrapper.
286 </para>
287 <indexterm zone="pulseaudio padsp">
288 <primary sortas="b-padsp">padsp</primary>
289 </indexterm>
290 </listitem>
291 </varlistentry>
292
293 <varlistentry id="pamon">
294 <term><command>pamon</command></term>
295 <listitem>
296 <para>
297 is a symbolic link to <command>pacat</command>.
298 </para>
299 <indexterm zone="pulseaudio pamon">
300 <primary sortas="b-pamon">pamon</primary>
301 </indexterm>
302 </listitem>
303 </varlistentry>
304
305 <varlistentry id="paplay">
306 <term><command>paplay</command></term>
307 <listitem>
308 <para>
309 is used to play audio files on a
310 <application>PulseAudio</application> sound server.
311 </para>
312 <indexterm zone="pulseaudio paplay">
313 <primary sortas="b-paplay">paplay</primary>
314 </indexterm>
315 </listitem>
316 </varlistentry>
317
318 <varlistentry id="parec">
319 <term><command>parec</command></term>
320 <listitem>
321 <para>
322 is a symbolic link to <command>pacat</command>.
323 </para>
324 <indexterm zone="pulseaudio parec">
325 <primary sortas="b-parec">parec</primary>
326 </indexterm>
327 </listitem>
328 </varlistentry>
329
330 <varlistentry id="parecord">
331 <term><command>parecord</command></term>
332 <listitem>
333 <para>
334 is a symbolic link to <command>pacat</command>.
335 </para>
336 <indexterm zone="pulseaudio parecord">
337 <primary sortas="b-parecord">parecord</primary>
338 </indexterm>
339 </listitem>
340 </varlistentry>
341
342 <varlistentry id="pasuspender">
343 <term><command>pasuspender</command></term>
344 <listitem>
345 <para>
346 is a tool that can be used to tell a local
347 <application>PulseAudio</application> sound server to temporarily
348 suspend access to the audio devices, to allow other applications
349 to access them directly.
350 </para>
351 <indexterm zone="pulseaudio pasuspender">
352 <primary sortas="b-pasuspender">pasuspender</primary>
353 </indexterm>
354 </listitem>
355 </varlistentry>
356
357 <varlistentry id="pax11publish">
358 <term><command>pax11publish</command></term>
359 <listitem>
360 <para>
361 is the <application>PulseAudio</application>
362 X11 Credential Utility.
363 </para>
364 <indexterm zone="pulseaudio pax11publish">
365 <primary sortas="b-pax11publish">pax11publish</primary>
366 </indexterm>
367 </listitem>
368 </varlistentry>
369
370 <varlistentry id="pulseaudio-prog">
371 <term><command>pulseaudio</command></term>
372 <listitem>
373 <para>
374 is a networked low-latency sound server for Linux.
375 </para>
376 <indexterm zone="pulseaudio pulseaudio-prog">
377 <primary sortas="b-pulseaudio">pulseaudio</primary>
378 </indexterm>
379 </listitem>
380 </varlistentry>
381
382 <varlistentry id="qpaeq">
383 <term><command>qpaeq</command></term>
384 <listitem>
385 <para>
386 is an equalizer interface for
387 <application>PulseAudio</application> equalizer sinks.
388 </para>
389 <indexterm zone="pulseaudio qpaeq">
390 <primary sortas="b-qpaeq">qpaeq</primary>
391 </indexterm>
392 </listitem>
393 </varlistentry>
394
395 <varlistentry id="start-pulseaudio-kde">
396 <term><command>start-pulseaudio-kde</command></term>
397 <listitem>
398 <para>
399 Starts <application>PulseAudio</application> and loads
400 module-device-manager to use KDE routing policies.
401 </para>
402 <indexterm zone="pulseaudio start-pulseaudio-kde">
403 <primary sortas="b-start-pulseaudio-kde">start-pulseaudio-kde</primary>
404 </indexterm>
405 </listitem>
406 </varlistentry>
407
408 <varlistentry id="start-pulseaudio-x11">
409 <term><command>start-pulseaudio-x11</command></term>
410 <listitem>
411 <para>
412 Starts <application>PulseAudio</application> and registers it to
413 the X11 session manager.
414 </para>
415 <indexterm zone="pulseaudio start-pulseaudio-x11">
416 <primary sortas="b-start-pulseaudio-x11">start-pulseaudio-x11</primary>
417 </indexterm>
418 </listitem>
419 </varlistentry>
420
421 </variablelist>
422
423 </sect2>
424
425</sect1>
Note: See TracBrowser for help on using the repository browser.