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.
EXAMPLE MEDIA
The following pieces of media were done using Audio::Analyzer:
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.