Revision history for Perl extension Audio::FindChunks. 0.01 Fri Feb 20 16:03:06 2004 - original version; created by h2xs 1.23 with options -b 5.5.3 -Afn Audio::FindChunks -x wavestats 0.02 The lame reader was faulty; add --silent and an extra '-'. Reading from a pipe would fail (such as for MP3) due to sysread vs read Detection of a short read was wrong too... Allow caseless match of file types... Test that output_blocks(), output_levels() do not die too... Add mp3 split via MP3::Splitter. 0.03 End silence was erroneously subject to min_actual_silence_sec filter. Introduce new entries min_start_silence_sec, min_end_silence_sec, min_boundary_silence_sec. Examples of split_file(). In documentation: change dependencies *_sec => *_chunks. (!!!) Uncompatible change to optional arguments of split_file(). New parameter to output_blocks(); make output more machine-readable. Make set(), output_level(), output_blocks() return $self, thus making them chainable: $self->set(...)->output_*()->....