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

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 c6eb1ff1 was 48b7295, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML update for Chapter 37

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

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