source: multimedia/libdriv/pulseaudio.xml@ a161de9

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 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 a161de9 was a161de9, checked in by Randy McMurchy <randy@…>, 11 years ago

Updated FFmpeg to 1.1.2

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

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