source: multimedia/libdriv/audiofile.xml@ 48b7295

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 48b7295 was 48b7295, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML update for Chapter 37

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

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