source: multimedia/libdriv/pulseaudio.xml@ c479d83d

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 c479d83d was c479d83d, checked in by Krejzi <krejzi@…>, 12 years ago

Add book's fuse to gvfs dependencies, convert pulseaudio page to 'new blfs xml format' and remove bunch of modules from being listed, sort alsa-plugins dependencies in alphabetical order and use double quotes on them

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

  • Property mode set to 100644
File size: 12.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 "17d21df798cee407b769c6355fae397a">
10 <!ENTITY pulseaudio-size "1.2 MB">
11 <!ENTITY pulseaudio-buildsize "75 MB">
12 <!ENTITY pulseaudio-time "1.0 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 &lfs70_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"/>,
84 <xref linkend="pkgconfig"/> and
85 <xref linkend="speex"/>
86 </para>
87
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="alsa-lib"/>,
91 <xref linkend="dbus"/> and
92 <xref linkend="openssl"/>
93 </para>
94
95 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
96 <para role="optional">
97 <xref linkend="GConf"/> and
98 <xref linkend="xorg7-lib"/>
99 </para>
100
101 <bridgehead renderas="sect4">Optional</bridgehead>
102 <para role="optional">
103 <xref linkend="avahi"/>,
104 <ulink url="http://www.bluez.org/">BlueZ</ulink>,
105 <ulink url="http://www.fftw.org/">FFTW</ulink>,
106 <xref linkend="gtk2"/>,
107 <ulink url="http://jackit.sourceforge.net/">JACK</ulink>,
108 <ulink url="http://0pointer.de/lennart/projects/libasyncns/">libasyncns</ulink>,
109 <xref linkend="libsamplerate"/>,
110 <ulink url="http://www.lirc.org/">LIRC</ulink>,
111 <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>,
112 <ulink url="http://tdb.samba.org/">tdb</ulink> and
113 <ulink url="http://valgrind.org/">Valgrind</ulink>
114 </para>
115
116 <para condition="html" role="usernotes">User Notes:
117 <ulink url="&blfs-wiki;/pulseaudio"/></para>
118
119 </sect2>
120
121 <sect2 role="installation">
122 <title>Installation of PulseAudio</title>
123
124 <para>
125 Install <application>PulseAudio</application> by running the following
126 commands:
127 </para>
128
129<screen><userinput>./configure --prefix=/usr \
130 --sysconfdir=/etc \
131 --localstatedir=/var \
132 --libexecdir=/usr/lib \
133 --with-module-dir=/usr/lib/pulse/modules &amp;&amp;
134make</userinput></screen>
135
136 <para>
137 To test the results, issue: <command>make check</command>.
138 </para>
139
140 <para>
141 Now, as the <systemitem class="username">root</systemitem> user:
142 </para>
143
144<screen role="root"><userinput>make install</userinput></screen>
145
146 </sect2>
147
148 <sect2 role="commands">
149 <title>Command Explanations</title>
150
151 <para>
152 <parameter>--libexecdir=/usr/lib</parameter>: This
153 parameter ensures that internal <application>PulseAudio</application>
154 helpers are installed in <filename class="directory">/usr/lib/pulse
155 </filename> instead of <filename class="directory">/usr/libexec/pulse
156 </filename>.
157 </para>
158
159 <para>
160 <parameter>---with-module-dir=/usr/lib/pulse/modules</parameter>:
161 This parameter ensures that <application>PulseAudio</application>
162 modules are installed in <filename class="directory">/usr/lib/pulse/modules
163 </filename> instead of <filename class="directory">
164 /usr/lib/pulse-&pulseaudio-version;/modules</filename>.
165 </para>
166
167 </sect2>
168
169 <sect2 role="content">
170 <title>Contents</title>
171
172 <segmentedlist>
173 <segtitle>Installed Programs</segtitle>
174 <segtitle>Installed Libraries</segtitle>
175 <segtitle>Installed Directories</segtitle>
176
177 <seglistitem>
178 <seg>
179 esdcompat, pacat, pacmd, pactl, padsp, pamon, paplay, parec,
180 parecord, pasuspender, pax11publish, pulseaudio, qpaeq,
181 start-pulseaudio-kde and start-pulseaudio-x11
182 </seg>
183 <seg>
184 libpulsecommon-1.1.so, libpulsecore-1.1.so, libpulsedsp.so,
185 libpulse-mainloop-glib.so, libpulse-simple.so and libpulse.so
186 </seg>
187 <seg>
188 /etc/pulse, /usr/include/pulse, /usr/lib/cmake/PulseAudio,
189 /usr/lib/pulse and /usr/share/pulseaudio
190 </seg>
191 </seglistitem>
192 </segmentedlist>
193
194 <variablelist>
195 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
196 <?dbfo list-presentation="list"?>
197 <?dbhtml list-presentation="table"?>
198
199 <varlistentry id="esdcompat">
200 <term><command>esdcompat</command></term>
201 <listitem>
202 <para>
203 is the <application>PulseAudio</application> ESD wrapper script.
204 </para>
205 <indexterm zone="pulseaudio esdcompat">
206 <primary sortas="b-esdcompat">esdcompat</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="pacat">
212 <term><command>pacat</command></term>
213 <listitem>
214 <para>
215 Plays back or records raw or encoded audio streams on a
216 <application>PulseAudio</application> sound server.
217 </para>
218 <indexterm zone="pulseaudio pacat">
219 <primary sortas="b-pacat">pacat</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 <varlistentry id="pacmd">
225 <term><command>pacmd</command></term>
226 <listitem>
227 <para>
228 is a tool used to reconfigure a <application>PulseAudio</application>
229 sound server during runtime.
230 </para>
231 <indexterm zone="pulseaudio pacmd">
232 <primary sortas="b-pacmd">pacmd</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
237 <varlistentry id="pactl">
238 <term><command>pactl</command></term>
239 <listitem>
240 <para>
241 is used to control a running <application>PulseAudio</application>
242 sound server.
243 </para>
244 <indexterm zone="pulseaudio pactl">
245 <primary sortas="b-pactl">pactl</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
250 <varlistentry id="padsp">
251 <term><command>padsp</command></term>
252 <listitem>
253 <para>
254 is the <application>PulseAudio</application> OSS Wrapper.
255 </para>
256 <indexterm zone="pulseaudio padsp">
257 <primary sortas="b-padsp">padsp</primary>
258 </indexterm>
259 </listitem>
260 </varlistentry>
261
262 <varlistentry id="pamon">
263 <term><command>pamon</command></term>
264 <listitem>
265 <para>
266 is a symbolic link to pacat.
267 </para>
268 <indexterm zone="pulseaudio pamon">
269 <primary sortas="b-pamon">pamon</primary>
270 </indexterm>
271 </listitem>
272 </varlistentry>
273
274 <varlistentry id="paplay">
275 <term><command>paplay</command></term>
276 <listitem>
277 <para>
278 is used to play audio files on
279 <application>PulseAudio</application> sound server.
280 </para>
281 <indexterm zone="pulseaudio paplay">
282 <primary sortas="b-paplay">paplay</primary>
283 </indexterm>
284 </listitem>
285 </varlistentry>
286
287 <varlistentry id="parec">
288 <term><command>parec</command></term>
289 <listitem>
290 <para>
291 is a symbolic link to pacat.
292 </para>
293 <indexterm zone="pulseaudio parec">
294 <primary sortas="b-parec">parec</primary>
295 </indexterm>
296 </listitem>
297 </varlistentry>
298
299 <varlistentry id="parecord">
300 <term><command>parecord</command></term>
301 <listitem>
302 <para>
303 is a symbolic link to pacat.
304 </para>
305 <indexterm zone="pulseaudio parecord">
306 <primary sortas="b-parecord">parecord</primary>
307 </indexterm>
308 </listitem>
309 </varlistentry>
310
311 <varlistentry id="pasuspender">
312 <term><command>pasuspender</command></term>
313 <listitem>
314 <para>
315 is a tool that can be used to tell a local
316 <application>PulseAudio</application> sound server to temporarily
317 suspend access to the audio devices, to allow other applications
318 access them directly.
319 </para>
320 <indexterm zone="pulseaudio pasuspender">
321 <primary sortas="b-pasuspender">pasuspender</primary>
322 </indexterm>
323 </listitem>
324 </varlistentry>
325
326 <varlistentry id="pax11publish">
327 <term><command>pax11publish</command></term>
328 <listitem>
329 <para>
330 is the <application>PulseAudio</application>
331 X11 Credential Utility.
332 </para>
333 <indexterm zone="pulseaudio pax11publish">
334 <primary sortas="b-pax11publish">pax11publish</primary>
335 </indexterm>
336 </listitem>
337 </varlistentry>
338
339 <varlistentry id="pulseaudio-prog">
340 <term><command>pulseaudio</command></term>
341 <listitem>
342 <para>
343 is a networked low-latency sound server for Linux.
344 </para>
345 <indexterm zone="pulseaudio pulseaudio-prog">
346 <primary sortas="b-pulseaudio">pulseaudio</primary>
347 </indexterm>
348 </listitem>
349 </varlistentry>
350
351 <varlistentry id="qpaeq">
352 <term><command>qpaeq</command></term>
353 <listitem>
354 <para>
355 is an equalizer interface for
356 <application>PulseAudio</application> equalizer sinks.
357 </para>
358 <indexterm zone="pulseaudio qpaeq">
359 <primary sortas="b-qpaeq">qpaeq</primary>
360 </indexterm>
361 </listitem>
362 </varlistentry>
363
364 <varlistentry id="start-pulseaudio-kde">
365 <term><command>start-pulseaudio-kde</command></term>
366 <listitem>
367 <para>
368 Starts <application>PulseAudio</application> and loads
369 module-device-manager to use KDE routing policies.
370 </para>
371 <indexterm zone="pulseaudio start-pulseaudio-kde">
372 <primary sortas="b-start-pulseaudio-kde">start-pulseaudio-kde</primary>
373 </indexterm>
374 </listitem>
375 </varlistentry>
376
377 <varlistentry id="start-pulseaudio-x11">
378 <term><command>start-pulseaudio-x11</command></term>
379 <listitem>
380 <para>
381 Starts <application>PulseAudio</application> and registers it to
382 the X11 session manager.
383 </para>
384 <indexterm zone="pulseaudio start-pulseaudio-x11">
385 <primary sortas="b-start-pulseaudio-x11">start-pulseaudio-x11</primary>
386 </indexterm>
387 </listitem>
388 </varlistentry>
389
390 </variablelist>
391
392 </sect2>
393
394</sect1>
Note: See TracBrowser for help on using the repository browser.