===================================================================

             3GPP enhanced aacPlus encoder conformance tool
                           Linux/Win32
                       for Intel x86 CPUs
 
===================================================================

CONTENTS: Enhanced aacPlus encoder conformance tool


REVISION NOTES:

 - Contents:

 enc_test_tool/

   Makefile               -- Linux Makefile
   enc_test_tool.dsw      -- Win32 MSVC 6.0 workspace
   enc_test_tool.dsp      -- Win32 MSVC 6.0 makefile

   src/                   -- directory for the frontend
   FloatFR_bitbuflib/     -- bitstream reading/writing library
   FloatFR_aacdec/        -- AAC decoder library
   FloatFR_sbrdeclib/     -- SBR decoder library
   FloatFRlib/            -- general purpose functionalities
 
   lib/                   -- precompiled MPEG-4 / 3GPP file format 
      w32/                   and audio file library (for wav support),
      linux/                 for Linux OS (requires gcc 3.3) and 
                             Windows 32-bit


 - Compilation: 

   o for Win32 use the MSVC 6.0 enc_test_tool.dsw 
     workspace, activate the enc_test_tool project and
     choose the appropriate "Win32 CT Release/Debug" target

   o for Linux use >gmake clean all< in the enc_test_tool/
     root directory

- Usage:

   * to create bandlimited waveforms for AAC encoder conformance tests:
     ./enc_test_tool <bitstream_dut.3gp> <wave-file> ubl

   * to test <tool> of device under test:
     ./enc_test_tool <bitstream_dut.3gp> <wave-file> wri <tool>
     ./enc_test_tool <bitstream_ref.3gp> <wave-file> chk <tool>
    where tool is one of
      * envelope
      * transients
      * sines
      * noise
      * whitening
      * IID
      * ICC


===================================================================

===================================================================
