Audio::Analyzer

Audio::Analyzer is a set of classes that makes doing the Fourier Transform on
PCM audio files extremely easy. Also includes an option to automatically 
iterate at boundries that gurantee an audio/visual sync at an arbitrary rate.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

LIMITATIONS

Only accepts headerless 16 bit signed PCM but at any number of channels and at 
any samplerate. WAV support coming soon.

COPYRIGHT & LICENSE
       Copyright 2007 Tyler Riddle, all rights reserved.

       This program is free software; you can redistribute it and/or modify it
       under the same terms as Perl itself.
