source: multimedia/libdriv/alsa-tools.xml@ f5d262aa

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 f5d262aa was f15e274, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Typo fix. Multimedia.

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

  • Property mode set to 100644
File size: 13.0 KB
RevLine 
[b6eda3a5]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[48b7295]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[52297838]6
[48b7295]7 <!ENTITY alsa-tools-download-http "&alsa-download-http;/tools/alsa-tools-&alsa-tools-version;.tar.bz2">
8 <!ENTITY alsa-tools-download-ftp "&alsa-download-ftp;/tools/alsa-tools-&alsa-tools-version;.tar.bz2">
[bdf22d74]9 <!ENTITY alsa-tools-md5sum "3139b9d6c10e14acbb926f23b488e745">
10 <!ENTITY alsa-tools-size "1.4 MB">
11 <!ENTITY alsa-tools-buildsize "14-17 MB depending on the tool being built">
12 <!ENTITY alsa-tools-time "0.1-0.5 SBU depending on the tool being built">
[48b7295]13]>
[52297838]14
[48b7295]15<sect1 id="alsa-tools" xreflabel="ALSA Tools-&alsa-tools-version;">
[b6eda3a5]16 <?dbhtml filename="alsa-tools.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[a747b3c]21 <keywordset>
22 <keyword role="package">alsa-tools-&alsa-tools-version;.tar</keyword>
[f15e274]23 <keyword role="ftpdir">alsa-tools</keyword>
[a747b3c]24 </keywordset>
[b6eda3a5]25 </sect1info>
26
27 <title>ALSA Tools-&alsa-tools-version;</title>
28
29 <indexterm zone="alsa-tools">
30 <primary sortas="a-ALSA-Tools">ALSA Tools</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to ALSA Tools</title>
35
[9df3b847]36 <para>The <application>ALSA Tools</application> package
[b6eda3a5]37 contains advanced tools for certain sound cards.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&alsa-tools-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&alsa-tools-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &alsa-tools-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &alsa-tools-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &alsa-tools-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &alsa-tools-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">ALSA Tools Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
[a747b3c]64 <para role="required"><xref linkend="alsa-lib"/></para>
[b6eda3a5]65
66 <bridgehead renderas="sect4">Optional</bridgehead>
[a747b3c]67 <para role="optional"><xref linkend="GTK"/> (to build <command>echomixer</command>,
[bdf22d74]68 <command>envy24control</command> and <command>rmedigicontrol</command>),
[9df3b847]69 <ulink url="http://www.fltk.org/">FLTK</ulink> (to build
[bdf22d74]70 <command>hdspconf</command> and <command>hdspmixer</command>), and
71 <xref linkend="qt"/> to build <command>qlo10k1</command>.</para>
[b6eda3a5]72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of ALSA Tools</title>
77
[9df3b847]78 <para>The <application>ALSA Tools</application> package is
79 only needed by those with advanced requirements for their sound card. The
[d7ecaa6]80 tools are not all built together, instead you need to <command>cd</command>
[9df3b847]81 into the directory of each tool you wish to compile and run the following
[b6eda3a5]82 commands:</para>
83
84<screen><userinput>./configure --prefix=/usr &amp;&amp;
85make</userinput></screen>
86
87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
88
89<screen role="root"><userinput>make install</userinput></screen>
90
91 </sect2>
92
93 <sect2 role="content">
94 <title>Contents</title>
95
96 <segmentedlist>
97 <segtitle>Installed Programs</segtitle>
[4ca94e5c]98 <segtitle>Installed Library</segtitle>
99 <segtitle>Installed Directories</segtitle>
[b6eda3a5]100
101 <seglistitem>
[9df3b847]102 <seg>ac3dec, extract_ac3, as10k1, echomixer, envy24control, hdspconf,
[bdf22d74]103 hdsploader, hdspmixer, lo10k1, ld10k1, mixartloader, pcxhrloader,
104 qlo10k1, rmedigicontrol, cspctl, sbiload, sscape_ctl, us428control,
105 usx2yloader, and vxloader</seg>
106 <seg>liblo10k1.so</seg>
107 <seg>/usr/share/applications, /usr/share/pixmaps, /usr/include/lo10k1,
108 /usr/share/ld10k1, and /usr/share/sounds</seg>
[b6eda3a5]109 </seglistitem>
110 </segmentedlist>
111
112 <variablelist>
113 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
114 <?dbfo list-presentation="list"?>
115 <?dbhtml list-presentation="table"?>
116
117 <varlistentry id="ac3dec">
118 <term><command>ac3dec</command></term>
119 <listitem>
120 <para>is a free AC-3 stream decoder.</para>
121 <indexterm zone="alsa-tools ac3dec">
122 <primary sortas="b-ac3dec">ac3dec</primary>
123 </indexterm>
124 </listitem>
125 </varlistentry>
126
127 <varlistentry id="extract_ac3">
128 <term><command>extract_ac3</command></term>
129 <listitem>
[9df3b847]130 <para>will take an MPEG-2 stream and produce
[b6eda3a5]131 AC-3 audio to stdout if it exists.</para>
132 <indexterm zone="alsa-tools extract_ac3">
133 <primary sortas="b-extract_ac3">extract_ac3</primary>
134 </indexterm>
135 </listitem>
136 </varlistentry>
137
138 <varlistentry id="as10k1">
139 <term><command>as10k1</command></term>
140 <listitem>
[9df3b847]141 <para>is an assembler for the emu10k1 DSP chip present in the
142 Creative SB Live, PCI 512, and emu APS sound cards. It is used
[b6eda3a5]143 to make audio effects such as a flanger, chorus or reverb.</para>
144 <indexterm zone="alsa-tools as10k1">
145 <primary sortas="b-as10k1">as10k1</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="echomixer">
151 <term><command>echomixer</command></term>
152 <listitem>
[9df3b847]153 <para>is the Linux equivalent of the Echoaudio console application
154 from Echoaudio. It is a tool to control all the features of any Echoaudio
155 soundcard. This includes clock sources, input and output gains, mixers,
[b6eda3a5]156 etc.</para>
157 <indexterm zone="alsa-tools echomixer">
158 <primary sortas="b-echomixer">echomixer</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="envy24control">
164 <term><command>envy24control</command></term>
165 <listitem>
166 <para>is a control tool for Envy24 (ice1712) based sound cards.</para>
167 <indexterm zone="alsa-tools envy24control">
168 <primary sortas="b-envy24control">envy24control</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="hdspconf">
174 <term><command>hdspconf</command></term>
175 <listitem>
[9df3b847]176 <para>is a GUI to control the Hammerfall
[b6eda3a5]177 HDSP Alsa Settings. Up to four hdsp cards are supported.</para>
178 <indexterm zone="alsa-tools hdspconf">
179 <primary sortas="b-hdspconf">hdspconf</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="hdsploader">
185 <term><command>hdsploader</command></term>
186 <listitem>
[9df3b847]187 <para>is used to load the firmware required by the Hammerfall
[b6eda3a5]188 HDSP sound cards.</para>
189 <indexterm zone="alsa-tools hdsploader">
190 <primary sortas="b-hdsploader">hdsploader</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="hdspmixer">
196 <term><command>hdspmixer</command></term>
197 <listitem>
[9df3b847]198 <para>is the Linux equivalent of the Totalmix application from RME.
199 It is a tool to control the advanced routing features of the RME
[b6eda3a5]200 Hammerfall DSP soundcard series.</para>
201 <indexterm zone="alsa-tools hdspmixer">
202 <primary sortas="b-hdspmixer">hdspmixer</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
[bdf22d74]207 <varlistentry id="ld10k1">
208 <term><command>ld10k1</command></term>
209 <listitem>
[4ca94e5c]210 <para>is the server of a EMU10K[1,2] patch loader for ALSA.</para>
[bdf22d74]211 <indexterm zone="alsa-tools ld10k1">
212 <primary sortas="b-ld10k1">ld10k1</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="lo10k1">
218 <term><command>lo10k1</command></term>
219 <listitem>
[4ca94e5c]220 <para>is the client of a EMU10K[1,2] patch loader for ALSA.</para>
[bdf22d74]221 <indexterm zone="alsa-tools lo10k1">
222 <primary sortas="b-lo10k1">lo10k1</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="qlo10k1">
228 <term><command>qlo10k1</command></term>
229 <listitem>
230 <para>is a <application>Qt</application> GUI for the
231 <command>ld10k1</command> patch loader.</para>
232 <indexterm zone="alsa-tools qlo10k1">
233 <primary sortas="b-qlo10k1">qlo10k1</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
237
[b6eda3a5]238 <varlistentry id="mixartloader">
239 <term><command>mixartloader</command></term>
240 <listitem>
[9df3b847]241 <para>is a helper program to load the firmware binaries onto the
242 Digigram's miXart board sound drivers. The following modules require this
243 program: snd-mixart. These drivers don't work properly at all until the
244 certain firmwares are loaded, i.e. no PCM nor mixer devices will
[b6eda3a5]245 appear.</para>
246 <indexterm zone="alsa-tools mixartloader">
247 <primary sortas="b-mixartloader">mixartloader</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
251
252 <varlistentry id="pcxhrloader">
253 <term><command>pcxhrloader</command></term>
254 <listitem>
[9df3b847]255 <para>is a helper program to load the firmware binaries onto
256 Digigram's pcxhr compatible board sound drivers. The following modules
257 require this program: snd-pcxhr. These drivers don't work properly at all
258 until the certain firmwares are loaded, i.e. no PCM nor mixer devices will
[b6eda3a5]259 appear.</para>
260 <indexterm zone="alsa-tools pcxhrloader">
261 <primary sortas="b-pcxhrloader">pcxhrloader</primary>
262 </indexterm>
263 </listitem>
264 </varlistentry>
265
266 <varlistentry id="rmedigicontrol">
267 <term><command>rmedigicontrol</command></term>
268 <listitem>
[9df3b847]269 <para>is a control tool for RME Digi32 and RME Digi96 sound cards.
270 It provides a graphical frontend for all the sound card controls and
[b6eda3a5]271 switches.</para>
272 <indexterm zone="alsa-tools rmedigicontrol">
273 <primary sortas="b-rmedigicontrol">rmedigicontrol</primary>
274 </indexterm>
275 </listitem>
276 </varlistentry>
277
278 <varlistentry id="cspctl">
279 <term><command>cspctl</command></term>
280 <listitem>
281 <para>is an SB16/AWE32 Creative Signal Processor
282 (ASP/CSP) control program.</para>
283 <indexterm zone="alsa-tools cspctl">
284 <primary sortas="b-cspctl">cspctl</primary>
285 </indexterm>
286 </listitem>
287 </varlistentry>
288
289 <varlistentry id="sbiload">
290 <term><command>sbiload</command></term>
291 <listitem>
[9df3b847]292 <para>is an OPL2/3 FM instrument loader for the
[b6eda3a5]293 ALSA sequencer.</para>
294 <indexterm zone="alsa-tools sbiload">
295 <primary sortas="b-sbiload">sbiload</primary>
296 </indexterm>
297 </listitem>
298 </varlistentry>
299
300 <varlistentry id="sscape_ctl">
301 <term><command>sscape_ctl</command></term>
302 <listitem>
303 <para>is an ALSA SoundScape control utility.</para>
304 <indexterm zone="alsa-tools sscape_ctl">
305 <primary sortas="b-sscape_ctl">sscape_ctl</primary>
306 </indexterm>
307 </listitem>
308 </varlistentry>
309
310 <varlistentry id="us428control">
311 <term><command>us428control</command></term>
312 <listitem>
313 <para>is a Tascam US-428 control program.</para>
314 <indexterm zone="alsa-tools us428control">
315 <primary sortas="b-us428control">us428control</primary>
316 </indexterm>
317 </listitem>
318 </varlistentry>
319
320 <varlistentry id="usx2yloader">
321 <term><command>usx2yloader</command></term>
322 <listitem>
[9df3b847]323 <para>is a helper program to load the 2nd Phase firmware binaries
324 onto the Tascam USX2Y USB sound cards. It has proven to work so far for the
[b6eda3a5]325 US122, US224 and US428. The snd-usb-usx2y module requires this program.</para>
326 <indexterm zone="alsa-tools usx2yloader">
327 <primary sortas="b-usx2yloader">usx2yloader</primary>
328 </indexterm>
329 </listitem>
330 </varlistentry>
331
332 <varlistentry id="vxloader">
333 <term><command>vxloader</command></term>
334 <listitem>
[9df3b847]335 <para>is a helper program to load the firmware binaries onto the
336 Digigram's VX-board sound drivers. The following modules require this program:
337 snd-vx222, snd-vxpocket, snd-vxp440. These drivers don't work properly at all
338 until the certain firmwares are loaded, i.e. no PCM nor mixer devices will
[b6eda3a5]339 appear.</para>
340 <indexterm zone="alsa-tools vxloader">
341 <primary sortas="b-vxloader">vxloader</primary>
342 </indexterm>
343 </listitem>
344 </varlistentry>
345
346 </variablelist>
347
348 </sect2>
[48b7295]349
350</sect1>
Note: See TracBrowser for help on using the repository browser.