Ignore:
Timestamp:
01/21/2008 03:56:41 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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
Children:
718ef79
Parents:
5af33308
Message:

Minor tweaks to the FAAC and FAAD2 instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/faad2.xml

    r5af33308 r402da65  
    1010  <!ENTITY faad2-size          "820 KB">
    1111  <!ENTITY faad2-buildsize     "15 MB (without media player plugins)">
    12   <!ENTITY faad2-time          "0.25 SBU (without media player plugins)">
     12  <!ENTITY faad2-time          "0.3 SBU (without media player plugins)">
    1313]>
    1414
     
    6565    <bridgehead renderas="sect3">FAAD2 Dependencies</bridgehead>
    6666
    67     <bridgehead renderas="sect4">Optional</bridgehead>
    68     <para role="optional"><xref linkend="xmms"/>, and
    69     <ulink url="http://mpeg4ip.sourceforge.net/">mpeg4ip</ulink> (both untested).
    70     If these packages are found, AAC plugins are built for the corresponding
    71     media players.</para>
     67    <bridgehead renderas="sect4">Optional (to build corresponding AAC plugins)</bridgehead>
     68    <para role="optional"><xref linkend="xmms"/> and
     69    <ulink url="http://mpeg4ip.sourceforge.net/">mpeg4ip</ulink> (both untested)</para>
    7270
    7371    <para condition="html" role="usernotes">User Notes:
     
    8684make</userinput></screen>
    8785
    88     <para>This package does not come with a test suite. However, one can test
    89     its basic functionality with a sample AAC file. Decode the file:</para>
     86    <para>This package does not come with a test suite. However, basic
     87    functionality can be tested by decoding the sample AAC file:</para>
    9088   
    9189<screen><userinput>./frontend/faad -o sample.wav ../sample.aac</userinput></screen>
     
    9492    information about the sample file:</para>
    9593
    96 <screen>sample.aac file info:
     94<literallayout><computeroutput>sample.aac file info:
    9795ADTS, 4.608 sec, 13 kbps, 16000 Hz
    9896
     
    104102 | 00 | Left front     |
    105103 | 01 | Right front    |
    106   ---------------------</screen>
     104  ---------------------</computeroutput></literallayout>
    107105
    108     <para>Play the result:</para>
     106    <para>Now play the result (requires the <command>aplay</command> program
     107    from the <xref linkend="alsa-utils"/> package):</para>
    109108
    110109<screen><userinput>aplay sample.wav</userinput></screen>
    111110
    112111    <para><command>aplay</command> should identify the file as
    113     "Signed 16 bit Little Endian, Rate 16000 Hz, Stereo", and you should hear
    114     some piano notes.</para>
     112    <quote>Signed 16 bit Little Endian, Rate 16000 Hz, Stereo</quote>, and you
     113    should hear some piano notes.</para>
    115114
    116115    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    124123
    125124    <para><command>./bootstrap</command>: This command runs GNU Autotools
    126     and produces the <command>configure</command> script and some other files
    127     that drive the further build.</para>
     125    to create the <command>configure</command> script and other
     126    required build files.</para>
    128127
    129128    <para><option>--with-drm</option>: This option is supposed to enable
     
    140139    <segmentedlist>
    141140      <segtitle>Installed Program</segtitle>
    142       <segtitle>Installed Libraries</segtitle>
     141      <segtitle>Installed Library</segtitle>
     142      <segtitle>Installed Directories</segtitle>
    143143
    144144      <seglistitem>
    145145        <seg>faad</seg>
    146146        <seg>libfaad.{so,a}</seg>
     147        <seg>None</seg>
    147148      </seglistitem>
    148149    </segmentedlist>
     
    166167        <term><filename class='libraryfile'>libfaad.{so,a}</filename></term>
    167168        <listitem>
    168           <para>this library contains functions for decoding AAC streams.</para>
     169          <para>contains functions for decoding AAC streams.</para>
    169170          <indexterm zone="faad2 libfaad">
    170171            <primary sortas="c-libfaad">libfaad.{so,a}</primary>
Note: See TracChangeset for help on using the changeset viewer.