source: multimedia/libdriv/alsa-tools.xml@ 7a9f6537

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 7a9f6537 was 7a9f6537, checked in by Larry Lawrence <larry@…>, 19 years ago

update to alsa-1.0.6

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

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