//
// Programmer:    Craig Stuart Sapp <craig@ccrma.stanford.edu>
// Creation Date: Sun Jan 20 12:16:47 PST 2002
// Last Modified: Sun Feb  3 11:03:56 PST 2002
// Filename:      soundfile.h
// Syntax:        C 
//
// Description:   Main include file for soundfile library.
//

#ifndef _SOUNDFILE_H_INCLUDED
#define _SOUNDFILE_H_INCLUDED

#include "Options.h"
#include "SoundFileRead.h"
#include "SoundFileWrite.h"
#include "SoundHeader.h"


#endif  /* _SOUNDFILE_H_INCLUDED */

// md5sum: 571d593e8630840e03a4789d74460765 soundfile.h [20050403]
