sauditor - sample auditor
-------------------------

<GPL stuff>

sauditor version 0.5, Copyright (C) 2009 James Shuttleworth
sauditor comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the COPYING file for details

</GPL stuff>

Quick Info:
----------

sauditor is a sample auditor.

It uses jack.

It shows a spectrum analyser.  It did.  And it will again.  Ok, it does now.

It uses a curses interface.  And X, now.  It *will* crash if it can't use X when you ask it to.  So don't.  This will be fixed. 

Build it with:
	make

and:

make install (as root)

Not so quick info
-----------------

sauditor is a sample auditor intended to be simple and quick to use.  

It did have and will have  a spectrum analyser, because I wanted one.  
Useful for checking what kind of frequency spread your sample has.

It requires:

 Jack for output: http://jackit.sourceforge.net/

fftw for the analyser: http://www.fftw.org/

libsndfile for sample loading: http://www.mega-nerd.com/libsndfile/

ncurses for the interface: http://www.gnu.org/software/ncurses/ncurses.html

secret rabit code for resampling: http://www.mega-nerd.com/SRC/

And various bits and bobs.

Building
--------

Didn't seem much point using automake/autoconf (yet?) so just type:

make

to build it and:

make install

to install it.

Who to thank
------------

Not me.  Thank the people who wrote all the important parts that sauditor clumsily glues togeter.  See above.

Who to blame
------------

James Shuttleworth 
james@dis-dot-dat.net

