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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.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 52297838 was 52297838, checked in by Randy McMurchy <randy@…>, 19 years ago

Fixed typo in ALSA-Tools instructions

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

  • Property mode set to 100644
File size: 3.6 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY alsa-tools-download-http "&alsa-download-http;/tools/alsa-tools-&alsa-tools-version;.tar.bz2">
7 <!ENTITY alsa-tools-download-ftp "&alsa-download-ftp;/tools/alsa-tools-&alsa-tools-version;.tar.bz2">
8 <!ENTITY alsa-tools-size "757 KB">
9 <!ENTITY alsa-tools-buildsize "20 MB (to compile all tools)">
10 <!ENTITY alsa-tools-time "0.44 SBU (to compile all tools)">
11]>
12
13<sect1 id="alsa-tools" xreflabel="ALSA Tools-&alsa-tools-version;">
14<sect1info>
15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
17</sect1info>
18<?dbhtml filename="alsa-tools.html"?>
19<title>ALSA Tools-&alsa-tools-version;</title>
20
21<sect2>
22<title>Introduction to <application><acronym>ALSA</acronym>
23Tools</application></title>
24
25<para>The <application><acronym>ALSA</acronym> Tools</application> package
26contains advanced tools for certain sound cards.</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink url="&alsa-tools-download-http;"/></para></listitem>
31<listitem><para>Download (FTP): <ulink url="&alsa-tools-download-ftp;"/></para></listitem>
32<listitem><para>Download size: &alsa-tools-size;</para></listitem>
33<listitem><para>Estimated Disk space required: &alsa-tools-buildsize;</para></listitem>
34<listitem><para>Estimated build time: &alsa-tools-time;</para></listitem></itemizedlist>
35</sect3>
36
37<sect3><title><application><acronym>ALSA</acronym> Tools</application>
38dependencies</title>
39<sect4><title>Required</title>
40<para><xref linkend="alsa-lib"/></para>
41</sect4>
42<sect4><title>Optional</title>
43<para><xref linkend="GTK"/> and
44<ulink url="http://www.fltk.org/">FLTK</ulink></para>
45</sect4>
46</sect3>
47
48</sect2>
49
50<sect2>
51<title>Installation of <application><acronym>ALSA</acronym>
52Tools</application></title>
53
54<para>The <application><acronym>ALSA</acronym> Tools</application> package is
55only needed by those with advanced requirements for their sound card. The
56tools are not all built together, instead you need to <command>cd</command>
57into the directory of each tool you wish to compile and run the following
58commands:</para>
59
60<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
61make &amp;&amp;
62make install</command></userinput></screen>
63
64</sect2>
65
66<sect2>
67<title>Contents</title>
68
69<para>The tools available in this package are <command>ac3dec</command>,
70<command>as10k1</command>, <command>envy24control</command>,
71<command>sb16_csp</command> and <command>sbiload</command>.</para>
72
73</sect2>
74
75<sect2><title>Description</title>
76
77<sect3><title>ac3dec</title>
78<para><command>ac3dec</command> is a free AC-3 stream decoder.</para></sect3>
79
80<sect3><title>as10k1</title>
81<para><command>as10k1</command> is an assembler for the emu10k1
82<acronym>DSP</acronym> chip present in the Creative SB Live,
83<acronym>PCI</acronym> 512, and emu <acronym>APS</acronym> sound cards. It is
84used to make audio effects such as a flanger, chorus or reverb.</para></sect3>
85
86<sect3><title>envy24control</title>
87<para><command>envy24control</command> is a control tool for Envy24 (ice1712)
88based sound cards</para></sect3>
89
90<sect3><title>sb16_csp</title>
91<para><command>sb16_csp</command> is an SB16/AWE32 Creative Signal Processor
92(<acronym>ASP</acronym>/<acronym>CSP</acronym>) control program.</para></sect3>
93
94<sect3><title>sbiload</title>
95<para><command>sbiload</command> is an <acronym>OPL</acronym>2/3 FM instrument
96loader for the <acronym>ALSA</acronym> sequencer.</para></sect3>
97
98</sect2>
99
100</sect1>
101
Note: See TracBrowser for help on using the repository browser.