mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
ff769b8c61
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3656 af4574ff-66df-0310-9fd7-8a98e5e911e0
92 lines
3.1 KiB
XML
92 lines
3.1 KiB
XML
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY audiofile-download-http "http://www.68k.org/~michael/audiofile/audiofile-&audiofile-version;.tar.gz">
|
|
<!ENTITY audiofile-download-ftp " ">
|
|
<!ENTITY audiofile-md5sum "9c1049876cd51c0f1b12c2886cce4d42">
|
|
<!ENTITY audiofile-size "354 KB">
|
|
<!ENTITY audiofile-buildsize "9.5 MB">
|
|
<!ENTITY audiofile-time "0.27 SBU">
|
|
]>
|
|
|
|
<sect1 id="audiofile" xreflabel="Audio File-&audiofile-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="audiofile.html"?>
|
|
<title>Audio File-&audiofile-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>Audio File</application></title>
|
|
|
|
<para>The <application>Audio File</application> package contains the audio file
|
|
libraries and two sound file support programs. These are useful to support
|
|
basic sound file formats.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink
|
|
url="&audiofile-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink
|
|
url="&audiofile-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download MD5 Sum: &audiofile-md5sum;</para></listitem>
|
|
<listitem><para>Download size: &audiofile-size;</para></listitem>
|
|
<listitem><para>Estimated disk space required:
|
|
&audiofile-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&audiofile-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>Audio File</application></title>
|
|
|
|
<para>Install <application>Audio File</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>Audio File</application> package contains
|
|
<filename class="libraryfile">libaudiofile</filename> libraries,
|
|
<command>audiofile-config</command>, <command>sfinfo</command> and
|
|
<command>sfconvert</command>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>libaudiofile library</title>
|
|
<para>The <filename>libaudiofile</filename> library is used by programs
|
|
to support <acronym>AIFF</acronym>, <acronym>AIFF</acronym>-compressed,
|
|
Sun/NeXT, <acronym>WAV</acronym> and <acronym>BIC</acronym> audio
|
|
formats.</para></sect3>
|
|
|
|
<sect3><title>audiofile-config</title>
|
|
<para>The <command>audiofile-config</command> script is used during the compile
|
|
process by programs linking to this library.</para></sect3>
|
|
|
|
<sect3><title>sfinfo</title>
|
|
<para>The <command>sfinfo</command> program displays the sound file format,
|
|
audio encoding, sampling rate and duration for audio formats supported by this
|
|
library.</para></sect3>
|
|
|
|
<sect3><title>sfconvert</title>
|
|
<para>The <command>sfconvert</command> program converts sound file formats
|
|
where the original format and destination format are supported by this library.
|
|
</para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|