
This program reads in a RAW or WAV format audio file and writes out two
files, one for the left and one for the right channel.

The tracks are assumed to be in the format:

  MSB Left,  LSB Left
  MSB Right, LSB Right

The output files are the same size as the input file as a result of:

Left  In  --> Left Out.left  & Right Out.left
Right In  --> Left Out.right & Right Out.right


COMPILE & INSTALLATION:

To compile this program type the following at the shell prompt:

	make
	
To install this program login as root or type the following at the 
shell prompt:

	su

Enter the password and then type:

	make install


To remove temporary files type:

	make clean

-----------

Copyright 2000, 2001  David Edwards <dee.engineering@usa.net>
