Sun Jan 20 13:26:42 PST 2002
Craig Stuart Sapp <craig@ccrma.stanford.edu>
=========================================================================

Files:
	README		    -- This file
	Array.cpp	    -- Class for arrays of numbers
	Array.h		
	Collection.cpp	    -- Base class for Array
	Collection.h
	FileIO.cpp	    -- Class for handling endian outputs to files
	FileIO.h
	libsoundio.a	    -- soundio file (when created with makefile)
	Makefile    	    -- Makefile for soundio library and example programs
	Options.cpp	    -- Handy command-line option processor
	Options.h
	Options_private.cpp -- Used by Options class.
	Options_private.h
	sigConfiguration.h  -- Miscellaneous preprocessor define setups.
	SoundFileRead.cpp   -- Class which reads soundfiles.
	SoundFileRead.h
	SoundFileWrite.cpp  -- Class which writes soundfiles.
	SoundFileWrite.h
	SoundHeader.cpp	    -- Class for soundfile formatting parameters.
	SoundHeader.h
	soundio.h           -- API interface for soundio library.
	readtest.cpp	    -- Reading test program.
	writetest.cpp	    -- Writing test program.


Type "make library" to compile the soundio library.
Then, type "make runtest" which should generate this output:

; Sample count = 20
; Channels     = 1
; samp  16-bit  double
0:      -5      (-0.000152588)
1:      -4      (-0.00012207)
2:      -3      (-9.15527e-05)
3:      -2      (-6.10352e-05)
4:      -1      (-3.05176e-05)
5:      0       (0)
6:      1       (3.05176e-05)
7:      2       (6.10352e-05)
8:      3       (9.15527e-05)
9:      4       (0.00012207)
10:     -5      (-0.000152588)
11:     -4      (-0.00012207)
12:     -3      (-9.15527e-05)
13:     -2      (-6.10352e-05)
14:     -1      (-3.05176e-05)
15:     0       (0)
16:     1       (3.05176e-05)
17:     2       (6.10352e-05)
18:     3       (9.15527e-05)
19:     4       (0.00012207)

