MPEG-4 Audio Scalable Lossless Coding (SLS)

File structure
.\readme.txt                 This file
.\usage.txt                  Command line option usage of MPEG SLS encoder and decoder
.\enc\*.*                    Source codes for SLS encoder 	
.\dec\*.*                    Source codes for SLS decoder
.\BstTruncation\*.*	     Source codes for SLS bit-stream truncator
.\tables_enc\rm5hufbook      Huffman code table for MPEG AAC encoder. Necessary for running the SLS encoder
.\msvc\sls_rm0.dsw           Microsoft Visuall C++ workspace file for the SLS encoder and decoder
.\msvc\dec\dec.dsp           Microsoft Visuall C++ project file for the SLS decoder
.\msvc\enc\enc.dsp           Microsoft Visuall C++ project file for the SLS encoder
.\msvc\enc\output            Win32 binary executable
./make/dec/makefile	     Linux makefile for SLS decoder (usage: 'make' or 'make OPTIM_LEV=3') 
./make/enc/makefile	     Linux makefile for SLS encoder (usage: 'make' or 'make OPTIM_LEV=3') 

The AFsp package is required for compiling this RM, which is available at its website 
(http://www.tsp.ece.mcgill.ca/MMSP/Documents/Software/AFsp/AFsp.html) 

