source: multimedia/libdriv/faad2.xml@ bb72b0a

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since bb72b0a was 14891a90, checked in by Xi Ruoyao <xry111@…>, 12 months ago

treewide: More "User Notes" clean up

Remove links to pages w/o real contents.

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY faad2-download-http "https://github.com/knik0/faad2/archive/&faad2-version;/faad2-&faad2-version;.tar.gz">
8 <!ENTITY faad2-download-ftp " ">
9 <!ENTITY faad2-md5sum "62a0427c6ff3a273aa720e27da166758">
10 <!ENTITY faad2-size "788 KB">
11 <!ENTITY faad2-buildsize "14 MB">
12 <!ENTITY faad2-time "0.1 SBU">
13]>
14
15<sect1 id="faad2" xreflabel="FAAD2-&faad2-version;">
16 <?dbhtml filename="faad2.html"?>
17
18
19 <title>FAAD2-&faad2-version;</title>
20
21 <indexterm zone="faad2">
22 <primary sortas="a-faad2">faad2</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to FAAD2</title>
27
28 <para>
29 <application>FAAD2</application> is a decoder for a lossy sound
30 compression scheme specified in MPEG-2 Part 7 and MPEG-4 Part 3
31 standards and known as Advanced Audio Coding (AAC).
32 </para>
33
34 &lfs113_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&faad2-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&faad2-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &faad2-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &faad2-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &faad2-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &faad2-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
71 <itemizedlist spacing="compact">
72 <listitem>
73 <para>
74 Sample AAC file: <ulink url="https://www.nch.com.au/acm/sample.aac"/> (7 KB)
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of FAAD2</title>
83
84 <para>
85 Install <application>FAAD2</application> by running the
86 following commands:
87 </para>
88
89<screen><userinput>./bootstrap &amp;&amp;
90./configure --prefix=/usr --disable-static &amp;&amp;
91make</userinput></screen>
92
93 <para>
94 This package does not come with a test suite. However, basic
95 functionality can be tested by decoding the sample AAC file:
96 </para>
97
98<screen remap="test"><userinput>./frontend/faad -o sample.wav ../sample.aac</userinput></screen>
99
100 <para>
101 This should display a copyright message and the following
102 information about the sample file:
103 </para>
104
105<literallayout><computeroutput>sample.aac file info:
106ADTS, 4.608 sec, 13 kbps, 16000 Hz
107
108 ---------------------
109 | Config: 2 Ch |
110 ---------------------
111 | Ch | Position |
112 ---------------------
113 | 00 | Left front |
114 | 01 | Right front |
115 ---------------------</computeroutput></literallayout>
116
117 <para>
118 Now play the result (requires the <command>aplay</command> program
119 from the <xref linkend="alsa-utils"/> package):
120 </para>
121
122<screen remap="test"><userinput>aplay sample.wav</userinput></screen>
123
124 <para>
125 <command>aplay</command> should identify the file as
126 <quote>Signed 16 bit Little Endian, Rate 16000 Hz, Stereo</quote>, and
127 you should hear some piano notes.
128 </para>
129
130 <para>
131 Now, as the <systemitem class="username">root</systemitem> user:
132 </para>
133
134<screen role="root"><userinput>make install</userinput></screen>
135
136 </sect2>
137
138 <sect2 role="commands">
139 <title>Command Explanations</title>
140
141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
142 href="../../xincludes/static-libraries.xml"/>
143
144 </sect2>
145
146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Program</segtitle>
151 <segtitle>Installed Library</segtitle>
152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
155 <seg>faad</seg>
156 <seg>libfaad.so and libfaad_drm.so</seg>
157 <seg>None</seg>
158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="faad-prog">
167 <term><command>faad</command></term>
168 <listitem>
169 <para>
170 is a command-line utility for decoding AAC and MP4 files
171 </para>
172 <indexterm zone="faad2 faad-prog">
173 <primary sortas="b-faad">faad</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="libfaad">
179 <term><filename class="libraryfile">libfaad.so</filename></term>
180 <listitem>
181 <para>
182 contains functions for decoding AAC streams
183 </para>
184 <indexterm zone="faad2 libfaad">
185 <primary sortas="c-libfaad">libfaad.so</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 </variablelist>
191
192 </sect2>
193
194</sect1>
Note: See TracBrowser for help on using the repository browser.