
Example programs in the examples/ directory:
	extractChannel.cpp  -- Take one channel out of a multi-channel file.
        looptest.cpp        -- Demonstration and testing of the looping 
                               feature of the SoundFileRead class.
        makemulti.cpp       -- Take several input soundfiles and write
                               out a single multi-channel soundfile.
	multi2mono.cpp	    -- Example program to convert multi-channel files
			       to mono files by adding all channels together.
	readtest.cpp	    -- Soundfile reading test program.
        sndcopy.cpp         -- Program that reads a file and outputs
                               the an exact copy of the same soundfile.
        sndinfo.cpp         -- Print out the soundfile's vital statistics.
        sndsubtract.cpp     -- Subtract two sound files and store
                               results in a third soundfile.  Useful
                               for debugging.
	writetest.cpp	    -- Soundfile writing test program.



