OVERVIEW

  This distribution contains the source code for the music feature
  extraction program used in my Masters project.  This code and my
  dissertation, which includes a description of the software and test
  results, can be found at:

    http://www.aigeek.com/aimsc/


DEPENDENCIES

  This software depends on 
    FFTW - for doing Fourier transforms
    http://www.fftw.org/
  and
    libsndfile - for reading audio files
    http://www.zip.com.au/~erikd/libsndfile/

  You must have these libraries installed before you can build the
  feature extractor.

LICENSE

  This software is released under the GPL, which I've included in this
  distribution in the COPYING file.

AUTHOR

  Seth Golub <seth@aigeek.com>
  September 2000

