glfs/multimedia/audioutils/audioutils.xml
Bruce Dubbs 8d8631b516 XML update for Chapter 38
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2315 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-06-14 02:27:48 +00:00

24 lines
1019 B
XML

<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<chapter id="multimedia-audioutils">
<?dbhtml filename="audioutils.html"?>
<title>Audio utilities</title>
<para>This chapter contains programs involved with audio file
manipulation; that is to say playing, recording, ripping and the other
common things which people want to do. To use much of this software,
you will require either the kernel sound drivers installed, or <xref
linkend="alsa"/> installed.</para>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mpg123.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="vorbistools.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xmms.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="lame.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cdparanoia.xml"/>
</chapter>