Audio-Analyzer
view release on metacpan or search on metacpan
lib/Audio/Analyzer.pm view on Meta::CPAN
Audio::Analyzer::Chunk.
=item $freqs = $analyzer->freqs;
Return an array reference of the frequency numbers that we analyze. This array
ref is the same size as the number of elements in each channel from $chunk->fft.
=item $completed = $analyzer->progress;
Return a number between 0 and 99 that represents in percent how far along in
the file we have processed.
=back
=head1 CHUNK SYSTEM
Instances of Audio::Analyzer::Chunk represent a set of PCM from the file.
Operations on instances of this class perform the FFT and access the PCM.
=over 4
( run in 0.342 second using v1.01-cache-2.11-cpan-709fd43a63f )