NOTES for saolc v. 2.0 - Windows Release
Giorgio Zoia, EPFL
12 October 2003

to compile the programs simply copy all the files from
the ../source directory to the directory where the project files
are, and load the desired workspace. This directory also contains the 
missing .c and .h files by lex and yacc calls. In this way it should
not be necessary to run these tools under Windows. Please note that
any change in *.lex or *.yacc files will require running these tools
instead.

Load: 

saencode

to compile the saol encoder

Load:

saolcprof

to compile the saolc decoder including the profiling extensions.
Note that saolcprof is a superset of saolc, then it provides all
the functionality of saolc plus the profiling tool. By default
the player compiles now for the 32-bit raw output files. If you
want the 16-bit AIFF output file, remove the _32BITOUT definition.

It is still possible to obtain the saolc decoder with no profiler
tool compiled (slightly faster than saolcprof) by loading:

saolc

NOTE
====
The conformance directory contains executables and template
batch files to deal with automatic mp4 file generation and
execution. In addition it contains additional Systems configuration
files to allow the correct inclusion of Audio information and
multiplexer information to generate the conformance files. They
can be used as templates to generate other files.
To decode files run the decode batch with two arguments, the
full name including extension of the input mp4 file and the
name without extension for the output files (decode runs
saolcprof and generate both sound and profiler files)
