source: multimedia/libdriv/audiofile.xml@ a0f03b0

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 a0f03b0 was a0f03b0, checked in by Archaic <archaic@…>, 20 years ago

Inserting sect1info

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

  • Property mode set to 100644
File size: 3.0 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 audiofile-download-http "http://www.68k.org/~michael/audiofile/audiofile-&audiofile-version;.tar.gz">
7 <!ENTITY audiofile-download-ftp " ">
8 <!ENTITY audiofile-size "354 KB">
9 <!ENTITY audiofile-buildsize "9.5 MB">
10 <!ENTITY audiofile-time "0.27 SBU">
11]>
12<sect1 id="audiofile" xreflabel="Audio File-&audiofile-version;">
13<sect1info>
14<othername>$LastChangedBy: $</othername>
15<date>$Date: $</date>
16</sect1info>
17<?dbhtml filename="audiofile.html"?>
18<title>Audio File-&audiofile-version;</title>
19
20<sect2>
21<title>Introduction to <application>Audio File</application></title>
22
23<para>The <application>Audio File</application> package contains the audio file
24libraries and two sound file support programs. These are useful to support
25basic sound file formats.</para>
26
27<sect3><title>Package information</title>
28<itemizedlist spacing='compact'>
29<listitem><para>Download (HTTP): <ulink
30url="&audiofile-download-http;"/></para></listitem>
31<listitem><para>Download (FTP): <ulink
32url="&audiofile-download-ftp;"/></para></listitem>
33<listitem><para>Download size: &audiofile-size;</para></listitem>
34<listitem><para>Estimated Disk space required:
35&audiofile-buildsize;</para></listitem>
36<listitem><para>Estimated build time:
37&audiofile-time;</para></listitem></itemizedlist>
38</sect3>
39
40</sect2>
41
42<sect2>
43<title>Installation of <application>Audio File</application></title>
44
45<para>Install <application>Audio File</application> by running the following
46commands:</para>
47
48<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
49make &amp;&amp;
50make install</command></userinput></screen>
51
52</sect2>
53
54<sect2>
55<title>Contents</title>
56
57<para>The <application>Audio File</application> package contains
58<filename class="libraryfile">libaudiofile</filename> libraries,
59<command>audiofile-config</command>, <command>sfinfo</command> and
60<command>sfconvert</command>.</para>
61
62</sect2>
63
64<sect2><title>Description</title>
65
66<sect3><title>libaudiofile library</title>
67<para>The <filename>libaudiofile</filename> library is used by programs
68to support <acronym>AIFF</acronym>, <acronym>AIFF</acronym>-compressed,
69Sun/NeXT, <acronym>WAV</acronym> and <acronym>BIC</acronym> audio
70formats.</para></sect3>
71
72<sect3><title>audiofile-config</title>
73<para>The <command>audiofile-config</command> script is used during the compile
74process by programs linking to this library.</para></sect3>
75
76<sect3><title>sfinfo</title>
77<para>The <command>sfinfo</command> program displays the sound file format,
78audio encoding, sampling rate and duration for audio formats supported by this
79library.</para></sect3>
80
81<sect3><title>sfconvert</title>
82<para>The <command>sfconvert</command> program converts sound file formats
83where the original format and destination format are supported by this library.
84</para></sect3>
85
86</sect2>
87
88</sect1>
Note: See TracBrowser for help on using the repository browser.