source: multimedia/libdriv/audiofile.xml@ 7a9f6537

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 7a9f6537 was 7a9f6537, checked in by Larry Lawrence <larry@…>, 19 years ago

update to alsa-1.0.6

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

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