mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 15:37:16 +08:00
9bbd056f0e
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10116 af4574ff-66df-0310-9fd7-8a98e5e911e0
175 lines
4.9 KiB
XML
175 lines
4.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY audiofile-download-http "&gnome-download-http;/audiofile/0.3/audiofile-&audiofile-version;.tar.xz">
|
|
<!ENTITY audiofile-download-ftp "&gnome-download-ftp;/audiofile/0.3/audiofile-&audiofile-version;.tar.xz">
|
|
<!ENTITY audiofile-md5sum "3ef35d77945a096957627f7b270f1981">
|
|
<!ENTITY audiofile-size "476 KB">
|
|
<!ENTITY audiofile-buildsize "19 MB">
|
|
<!ENTITY audiofile-time "0.6 SBU">
|
|
]>
|
|
|
|
<sect1 id="audiofile" xreflabel="AudioFile-&audiofile-version;">
|
|
<?dbhtml filename="audiofile.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>AudioFile-&audiofile-version;</title>
|
|
|
|
<indexterm zone="audiofile">
|
|
<primary sortas="a-Audio-File">Audio File</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Audio File</title>
|
|
|
|
<para>
|
|
The <application>Audio File</application> package contains the
|
|
audio file libraries and two sound file support programs useful
|
|
to support basic sound file formats.
|
|
</para>
|
|
|
|
&lfs71_built;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<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>
|
|
|
|
<bridgehead renderas="sect3">Audio File Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="alsa-lib"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/audiofile"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Audio File</title>
|
|
|
|
<para>
|
|
Install <application>Audio File</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue: <command>make check</command>.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
sfconvert and sfinfo
|
|
</seg>
|
|
<seg>
|
|
libaudiofile.{so,a}
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="sfinfo">
|
|
<term><command>sfinfo</command></term>
|
|
<listitem>
|
|
<para>
|
|
displays the sound file format, audio encoding, sampling
|
|
rate and duration for audio formats supported by this library.
|
|
</para>
|
|
<indexterm zone="audiofile sfinfo">
|
|
<primary sortas="b-sfinfo">sfinfo</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="sfconvert">
|
|
<term><command>sfconvert</command></term>
|
|
<listitem>
|
|
<para>
|
|
converts sound file formats where the original format and
|
|
destination format are supported by this library.
|
|
</para>
|
|
<indexterm zone="audiofile sfconvert">
|
|
<primary sortas="b-sfconvert">sfconvert</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libaudiofile">
|
|
<term><filename class='libraryfile'>libaudiofile.{so,a}</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains functions used by programs to support AIFF,
|
|
AIFF-compressed, Sun/NeXT, WAV and BIC audio formats.
|
|
</para>
|
|
<indexterm zone="audiofile libaudiofile">
|
|
<primary sortas="c-libaudiofile">libaudiofile.{so,a}</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|