source: multimedia/libdriv/faad2.xml@ 26760ad

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 26760ad 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
RevLine 
[92de4f24]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
[6d9af84]7 <!ENTITY faad2-download-http "https://github.com/knik0/faad2/archive/&faad2-version;/faad2-&faad2-version;.tar.gz">
[c8bb20a8]8 <!ENTITY faad2-download-ftp " ">
[3556f36]9 <!ENTITY faad2-md5sum "62a0427c6ff3a273aa720e27da166758">
[b8ff9ea]10 <!ENTITY faad2-size "788 KB">
[3556f36]11 <!ENTITY faad2-buildsize "14 MB">
12 <!ENTITY faad2-time "0.1 SBU">
[92de4f24]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
[2eeb8695]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>
[92de4f24]33
[dc1a45e]34 &lfs113_checked;
[c3cb9d7]35
[92de4f24]36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[2eeb8695]39 <para>
40 Download (HTTP): <ulink url="&faad2-download-http;"/>
41 </para>
[92de4f24]42 </listitem>
43 <listitem>
[2eeb8695]44 <para>
45 Download (FTP): <ulink url="&faad2-download-ftp;"/>
46 </para>
[92de4f24]47 </listitem>
48 <listitem>
[2eeb8695]49 <para>
50 Download MD5 sum: &faad2-md5sum;
51 </para>
[92de4f24]52 </listitem>
53 <listitem>
[2eeb8695]54 <para>
55 Download size: &faad2-size;
56 </para>
[92de4f24]57 </listitem>
58 <listitem>
[2eeb8695]59 <para>
60 Estimated disk space required: &faad2-buildsize;
61 </para>
[92de4f24]62 </listitem>
63 <listitem>
[2eeb8695]64 <para>
65 Estimated build time: &faad2-time;
66 </para>
[92de4f24]67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
[c8bb20a8]71 <itemizedlist spacing="compact">
72 <listitem>
73 <para>
[75b1a338]74 Sample AAC file: <ulink url="https://www.nch.com.au/acm/sample.aac"/> (7 KB)
[c8bb20a8]75 </para>
76 </listitem>
[92de4f24]77 </itemizedlist>
[13447b9]78
[92de4f24]79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of FAAD2</title>
83
[2eeb8695]84 <para>
85 Install <application>FAAD2</application> by running the
86 following commands:
87 </para>
[92de4f24]88
[6d9af84]89<screen><userinput>./bootstrap &amp;&amp;
90./configure --prefix=/usr --disable-static &amp;&amp;
[92de4f24]91make</userinput></screen>
92
[2eeb8695]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>
[fd7e0ed6]97
[f67554b0]98<screen remap="test"><userinput>./frontend/faad -o sample.wav ../sample.aac</userinput></screen>
[92de4f24]99
[2eeb8695]100 <para>
101 This should display a copyright message and the following
102 information about the sample file:
103 </para>
[92de4f24]104
[402da65]105<literallayout><computeroutput>sample.aac file info:
[92de4f24]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 |
[402da65]115 ---------------------</computeroutput></literallayout>
[92de4f24]116
[2eeb8695]117 <para>
118 Now play the result (requires the <command>aplay</command> program
119 from the <xref linkend="alsa-utils"/> package):
120 </para>
[92de4f24]121
[f67554b0]122<screen remap="test"><userinput>aplay sample.wav</userinput></screen>
[92de4f24]123
[2eeb8695]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>
[92de4f24]129
[2eeb8695]130 <para>
131 Now, as the <systemitem class="username">root</systemitem> user:
132 </para>
[92de4f24]133
134<screen role="root"><userinput>make install</userinput></screen>
135
136 </sect2>
137
138 <sect2 role="commands">
139 <title>Command Explanations</title>
140
[c8bb20a8]141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
142 href="../../xincludes/static-libraries.xml"/>
143
[92de4f24]144 </sect2>
145
146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Program</segtitle>
[402da65]151 <segtitle>Installed Library</segtitle>
152 <segtitle>Installed Directories</segtitle>
[92de4f24]153
154 <seglistitem>
155 <seg>faad</seg>
[ae284778]156 <seg>libfaad.so and libfaad_drm.so</seg>
[402da65]157 <seg>None</seg>
[92de4f24]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>
[2eeb8695]169 <para>
[4c24eb0a]170 is a command-line utility for decoding AAC and MP4 files
[2eeb8695]171 </para>
[92de4f24]172 <indexterm zone="faad2 faad-prog">
173 <primary sortas="b-faad">faad</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="libfaad">
[4c24eb0a]179 <term><filename class="libraryfile">libfaad.so</filename></term>
[92de4f24]180 <listitem>
[2eeb8695]181 <para>
[4c24eb0a]182 contains functions for decoding AAC streams
[2eeb8695]183 </para>
[92de4f24]184 <indexterm zone="faad2 libfaad">
[c8bb20a8]185 <primary sortas="c-libfaad">libfaad.so</primary>
[92de4f24]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.