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

systemd-13485
Last change on this file since cf193634 was 2a3a49a, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Update to cURL-7.45.0
Update to ICU-56.1
Update to gstreamer.1.6.0
Update to ISO-Codes-3.62
Update to gst-plugins-base-1.6.0
Update to gsettings-desktop-schemas-3.18.0
Update to glib-networking-2.46.1
Update to libsoup-2.52.1
Update to at-spi2-core-2.18.1
Update to at-spi2-atk-2.18.1
Update to gtk+-3.18.2
Update to BlueZ-5.35
Update to PulseAudio-7.0
Update to v4l-utils-1.8.0
Update to gst-plugins-good-1.6.0
Plenty of tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16529 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 16.2 KB
RevLine 
[b6eda3a5]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/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">
[ac38e9dc]9 <!ENTITY alsa-tools-md5sum "f339a3cd24f748c9d007bdff0e98775b">
10 <!ENTITY alsa-tools-size "1.6 MB">
11 <!ENTITY alsa-tools-buildsize "26 MB">
12 <!ENTITY alsa-tools-time "0.4 SBU">
[48b7295]13]>
[52297838]14
[a027d7d3]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>
21 </sect1info>
22
[a027d7d3]23 <title>alsa-tools-&alsa-tools-version;</title>
[b6eda3a5]24
25 <indexterm zone="alsa-tools">
[0c7d410]26 <primary sortas="a-alsa-tools">alsa-tools</primary>
[b6eda3a5]27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to ALSA Tools</title>
31
[0c7d410]32 <para>
33 The <application>ALSA Tools</application> package
34 contains advanced tools for certain sound cards.
35 </para>
[b6eda3a5]36
[2a3a49a]37 &lfs78_built;
[a65b5280]38
[b6eda3a5]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[0c7d410]42 <para>
43 Download (HTTP): <ulink url="&alsa-tools-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&alsa-tools-download-ftp;"/>
49 </para>
[b6eda3a5]50 </listitem>
51 <listitem>
[0c7d410]52 <para>
53 Download MD5 sum: &alsa-tools-md5sum;
54 </para>
[b6eda3a5]55 </listitem>
56 <listitem>
[0c7d410]57 <para>
58 Download size: &alsa-tools-size;
59 </para>
[b6eda3a5]60 </listitem>
61 <listitem>
[0c7d410]62 <para>
63 Estimated disk space required: &alsa-tools-buildsize;
64 </para>
[b6eda3a5]65 </listitem>
66 <listitem>
[0c7d410]67 <para>
68 Estimated build time: &alsa-tools-time;
69 </para>
[b6eda3a5]70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">ALSA Tools Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
[0c7d410]76 <para role="required">
77 <xref linkend="alsa-lib"/>
78 </para>
[b6eda3a5]79
80 <bridgehead renderas="sect4">Optional</bridgehead>
[22fadd16]81 <para role="optional">
[0c7d410]82 <xref linkend="gtk2"/>
83 (to build <command>echomixer</command>,
84 <command>envy24control</command> and
85 <command>rmedigicontrol</command>),
86 <xref linkend="gtk3"/>
87 (to build <command>hdajackretask</command>) and
[df0607c]88 <xref linkend="fltk"/>
[0c7d410]89 (to build <command>hdspconf</command> and
90 <command>hdspmixer</command>)
[22fadd16]91 </para>
[b6eda3a5]92
[0e2aa08]93 <para condition="html" role="usernotes">User Notes:
[0c7d410]94 <ulink url="&blfs-wiki;/alsa-tools"/>
95 </para>
[b6eda3a5]96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of ALSA Tools</title>
100
[ac38e9dc]101&as_root;
102
103 <para>First, start a subshell that will exit on error:</para>
104
105<screen><userinput>bash -e</userinput></screen>
106
[0c7d410]107 <para>
[ac38e9dc]108 Now, remove a tool that needs <application>Qt2 or 3</application> and two
109 unneed files (for the BLFS instructions below):
[0c7d410]110 </para>
[b6eda3a5]111
[ac38e9dc]112<screen><userinput>rm -rf qlo10k1 Makefile gitcompile</userinput></screen>
[b6eda3a5]113
[0c7d410]114 <para>
[ac38e9dc]115 The <application>ALSA Tools</application> package is only needed by those
116 with advanced requirements for their sound card. The tools can be built
117 all together at once, but if only a subset is needed, you need to
118 <command>cd</command> into the directory of each tool you wish to compile
119 and run the commands. Here, we present instructions to build all tools.
[0c7d410]120 </para>
[a0db09b]121
[0c7d410]122 <para>
[ac38e9dc]123 Install all <application>ALSA Tools</application> by running the
124 following commands:
[0c7d410]125 </para>
[b6eda3a5]126
[ac38e9dc]127<screen><userinput>for tool in *
128do
129 case $tool in
130 seq )
131 tool_dir=seq/sbiload
132 ;;
133 * )
134 tool_dir=$tool
135 ;;
136 esac
137
138 pushd $tool_dir
139 ./configure --prefix=/usr
140 make
141 as_root make install
142 as_root /sbin/ldconfig
143 popd
144
145done
146unset tool tool_dir</userinput></screen>
147
148 <para>Finally, exit the shell that was started earlier:</para>
149
150<screen><userinput>exit</userinput></screen>
[b6eda3a5]151
152 </sect2>
153
154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Programs</segtitle>
[4ca94e5c]159 <segtitle>Installed Library</segtitle>
160 <segtitle>Installed Directories</segtitle>
[b6eda3a5]161
162 <seglistitem>
[0c7d410]163 <seg>
164 as10k1, cspctl, dl10k1, echomixer, envy24control, hdajackretask,
165 hda-verb, hdspconf, hdsploader, hdspmixer, hwmixvolume,
166 init_audigy, init_audigy_eq10, init_live, lo10k1, ld10k1, ld10k1d,
[df0607c]167 mixartloader, pcxhrloader, qlo10k1 (broken, needs Qt2 or 3),
168 rmedigicontrol, sbiload, sscape_ctl, us428control,
169 usx2yloader and vxloader
[0c7d410]170 </seg>
171 <seg>
172 liblo10k1.so
173 </seg>
174 <seg>
175 /usr/include/lo10k1,
176 /usr/share/ld10k1 and
177 /usr/share/sounds
178 </seg>
[b6eda3a5]179 </seglistitem>
180 </segmentedlist>
181
182 <variablelist>
183 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
184 <?dbfo list-presentation="list"?>
185 <?dbhtml list-presentation="table"?>
186
187 <varlistentry id="as10k1">
188 <term><command>as10k1</command></term>
189 <listitem>
[9df3b847]190 <para>is an assembler for the emu10k1 DSP chip present in the
191 Creative SB Live, PCI 512, and emu APS sound cards. It is used
[b6eda3a5]192 to make audio effects such as a flanger, chorus or reverb.</para>
193 <indexterm zone="alsa-tools as10k1">
194 <primary sortas="b-as10k1">as10k1</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
[0c7d410]199 <varlistentry id="cspctl">
200 <term><command>cspctl</command></term>
201 <listitem>
202 <para>is an SB16/AWE32 Creative Signal Processor
203 (ASP/CSP) control program.</para>
204 <indexterm zone="alsa-tools cspctl">
205 <primary sortas="b-cspctl">cspctl</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
[b6eda3a5]210 <varlistentry id="echomixer">
211 <term><command>echomixer</command></term>
212 <listitem>
[9df3b847]213 <para>is the Linux equivalent of the Echoaudio console application
214 from Echoaudio. It is a tool to control all the features of any Echoaudio
215 soundcard. This includes clock sources, input and output gains, mixers,
[b6eda3a5]216 etc.</para>
217 <indexterm zone="alsa-tools echomixer">
218 <primary sortas="b-echomixer">echomixer</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="envy24control">
224 <term><command>envy24control</command></term>
225 <listitem>
226 <para>is a control tool for Envy24 (ice1712) based sound cards.</para>
227 <indexterm zone="alsa-tools envy24control">
228 <primary sortas="b-envy24control">envy24control</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
[91c7aaa]233 <varlistentry id="hdajackretask">
234 <term><command>hdajackretask</command></term>
235 <listitem>
236 <para>
237 is a GUI to make it easy to retask your jacks - e g, turn your Mic
238 jack into an extra Headphone, or why not make them both line outs
239 and connect them to your surround receiver.
240 </para>
241 <indexterm zone="alsa-tools hdajackretask">
242 <primary sortas="b-hdajackretask">hdajackretask</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 <varlistentry id="hda-verb">
248 <term><command>hda-verb</command></term>
249 <listitem>
250 <para>
251 is a small program to send HD-audio commands to the given
252 ALSA hwdep device on the hd-audio interface.
253 </para>
254 <indexterm zone="alsa-tools hda-verb">
255 <primary sortas="b-hda-verb">hda-verb</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
[b6eda3a5]260 <varlistentry id="hdspconf">
261 <term><command>hdspconf</command></term>
262 <listitem>
[9df3b847]263 <para>is a GUI to control the Hammerfall
[b6eda3a5]264 HDSP Alsa Settings. Up to four hdsp cards are supported.</para>
265 <indexterm zone="alsa-tools hdspconf">
266 <primary sortas="b-hdspconf">hdspconf</primary>
267 </indexterm>
268 </listitem>
269 </varlistentry>
270
271 <varlistentry id="hdsploader">
272 <term><command>hdsploader</command></term>
273 <listitem>
[9df3b847]274 <para>is used to load the firmware required by the Hammerfall
[b6eda3a5]275 HDSP sound cards.</para>
276 <indexterm zone="alsa-tools hdsploader">
277 <primary sortas="b-hdsploader">hdsploader</primary>
278 </indexterm>
279 </listitem>
280 </varlistentry>
281
282 <varlistentry id="hdspmixer">
283 <term><command>hdspmixer</command></term>
284 <listitem>
[9df3b847]285 <para>is the Linux equivalent of the Totalmix application from RME.
286 It is a tool to control the advanced routing features of the RME
[b6eda3a5]287 Hammerfall DSP soundcard series.</para>
288 <indexterm zone="alsa-tools hdspmixer">
289 <primary sortas="b-hdspmixer">hdspmixer</primary>
290 </indexterm>
291 </listitem>
292 </varlistentry>
293
[91c7aaa]294 <varlistentry id="hwmixvolume">
295 <term><command>hwmixvolume</command></term>
296 <listitem>
297 <para>
298 allows you to control the volume of individual streams on sound
299 cards that use hardware mixing
300 </para>
301 <indexterm zone="alsa-tools hwmixvolume">
302 <primary sortas="b-hwmixvolume">hwmixvolume</primary>
303 </indexterm>
304 </listitem>
305 </varlistentry>
306
307 <varlistentry id="init_audigy_progs">
308 <term><command>init_audigy*</command></term>
309 <listitem>
310 <para>
311 are tools used to initialize Creative cards.
312 </para>
313 <indexterm zone="alsa-tools init_audigy_progs">
314 <primary sortas="b-init_audigy_progs">init_audigy*</primary>
315 </indexterm>
316 </listitem>
317 </varlistentry>
318
319 <varlistentry id="init_live">
320 <term><command>init_live</command></term>
321 <listitem>
322 <para>
323 is a tool used to initialize Creative cards.
324 </para>
325 <indexterm zone="alsa-tools init_live">
326 <primary sortas="b-init_live">init_live</primary>
327 </indexterm>
328 </listitem>
329 </varlistentry>
330
[bdf22d74]331 <varlistentry id="ld10k1">
332 <term><command>ld10k1</command></term>
333 <listitem>
[0e2aa08]334 <para>is the server of a EMU10K{1,2} patch loader for ALSA.</para>
[bdf22d74]335 <indexterm zone="alsa-tools ld10k1">
336 <primary sortas="b-ld10k1">ld10k1</primary>
337 </indexterm>
338 </listitem>
339 </varlistentry>
340
341 <varlistentry id="lo10k1">
342 <term><command>lo10k1</command></term>
343 <listitem>
[0e2aa08]344 <para>is the client of a EMU10K{1,2} patch loader for ALSA.</para>
[bdf22d74]345 <indexterm zone="alsa-tools lo10k1">
346 <primary sortas="b-lo10k1">lo10k1</primary>
347 </indexterm>
348 </listitem>
349 </varlistentry>
350
[a0db09b]351 <varlistentry id="dl10k1">
352 <term><command>dl10k1</command></term>
353 <listitem>
354 <para>loads config dumps generated by <command>lo10k1</command>
355 and <command>ld10k1</command>.</para>
356 <indexterm zone="alsa-tools dl10k1">
357 <primary sortas="b-dl10k1">dl10k1</primary>
358 </indexterm>
359 </listitem>
360 </varlistentry>
361
362 <varlistentry id="ld10k1d">
363 <term><command>ld10k1d</command></term>
364 <listitem>
365 <para>is an init script for the <command>ld10k1</command>
366 patch loader.</para>
367 <indexterm zone="alsa-tools ld10k1d">
368 <primary sortas="b-ld10k1d">ld10k1d</primary>
369 </indexterm>
370 </listitem>
371 </varlistentry>
372
[bdf22d74]373 <varlistentry id="qlo10k1">
374 <term><command>qlo10k1</command></term>
375 <listitem>
376 <para>is a <application>Qt</application> GUI for the
377 <command>ld10k1</command> patch loader.</para>
378 <indexterm zone="alsa-tools qlo10k1">
379 <primary sortas="b-qlo10k1">qlo10k1</primary>
380 </indexterm>
381 </listitem>
382 </varlistentry>
383
[b6eda3a5]384 <varlistentry id="mixartloader">
385 <term><command>mixartloader</command></term>
386 <listitem>
[9df3b847]387 <para>is a helper program to load the firmware binaries onto the
388 Digigram's miXart board sound drivers. The following modules require this
389 program: snd-mixart. These drivers don't work properly at all until the
390 certain firmwares are loaded, i.e. no PCM nor mixer devices will
[b6eda3a5]391 appear.</para>
392 <indexterm zone="alsa-tools mixartloader">
393 <primary sortas="b-mixartloader">mixartloader</primary>
394 </indexterm>
395 </listitem>
396 </varlistentry>
397
398 <varlistentry id="pcxhrloader">
399 <term><command>pcxhrloader</command></term>
400 <listitem>
[9df3b847]401 <para>is a helper program to load the firmware binaries onto
402 Digigram's pcxhr compatible board sound drivers. The following modules
403 require this program: snd-pcxhr. These drivers don't work properly at all
404 until the certain firmwares are loaded, i.e. no PCM nor mixer devices will
[b6eda3a5]405 appear.</para>
406 <indexterm zone="alsa-tools pcxhrloader">
407 <primary sortas="b-pcxhrloader">pcxhrloader</primary>
408 </indexterm>
409 </listitem>
410 </varlistentry>
411
412 <varlistentry id="rmedigicontrol">
413 <term><command>rmedigicontrol</command></term>
414 <listitem>
[9df3b847]415 <para>is a control tool for RME Digi32 and RME Digi96 sound cards.
416 It provides a graphical frontend for all the sound card controls and
[b6eda3a5]417 switches.</para>
418 <indexterm zone="alsa-tools rmedigicontrol">
419 <primary sortas="b-rmedigicontrol">rmedigicontrol</primary>
420 </indexterm>
421 </listitem>
422 </varlistentry>
423
424 <varlistentry id="sbiload">
425 <term><command>sbiload</command></term>
426 <listitem>
[9df3b847]427 <para>is an OPL2/3 FM instrument loader for the
[b6eda3a5]428 ALSA sequencer.</para>
429 <indexterm zone="alsa-tools sbiload">
430 <primary sortas="b-sbiload">sbiload</primary>
431 </indexterm>
432 </listitem>
433 </varlistentry>
434
435 <varlistentry id="sscape_ctl">
436 <term><command>sscape_ctl</command></term>
437 <listitem>
438 <para>is an ALSA SoundScape control utility.</para>
439 <indexterm zone="alsa-tools sscape_ctl">
440 <primary sortas="b-sscape_ctl">sscape_ctl</primary>
441 </indexterm>
442 </listitem>
443 </varlistentry>
444
445 <varlistentry id="us428control">
446 <term><command>us428control</command></term>
447 <listitem>
448 <para>is a Tascam US-428 control program.</para>
449 <indexterm zone="alsa-tools us428control">
450 <primary sortas="b-us428control">us428control</primary>
451 </indexterm>
452 </listitem>
453 </varlistentry>
454
455 <varlistentry id="usx2yloader">
456 <term><command>usx2yloader</command></term>
457 <listitem>
[9df3b847]458 <para>is a helper program to load the 2nd Phase firmware binaries
459 onto the Tascam USX2Y USB sound cards. It has proven to work so far for the
[b6eda3a5]460 US122, US224 and US428. The snd-usb-usx2y module requires this program.</para>
461 <indexterm zone="alsa-tools usx2yloader">
462 <primary sortas="b-usx2yloader">usx2yloader</primary>
463 </indexterm>
464 </listitem>
465 </varlistentry>
466
467 <varlistentry id="vxloader">
468 <term><command>vxloader</command></term>
469 <listitem>
[9df3b847]470 <para>is a helper program to load the firmware binaries onto the
471 Digigram's VX-board sound drivers. The following modules require this program:
472 snd-vx222, snd-vxpocket, snd-vxp440. These drivers don't work properly at all
473 until the certain firmwares are loaded, i.e. no PCM nor mixer devices will
[b6eda3a5]474 appear.</para>
475 <indexterm zone="alsa-tools vxloader">
476 <primary sortas="b-vxloader">vxloader</primary>
477 </indexterm>
478 </listitem>
479 </varlistentry>
480
481 </variablelist>
482
483 </sect2>
[48b7295]484
485</sect1>
Note: See TracBrowser for help on using the repository browser.