The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.01

  • Fix a misprint in C code of double_median3(). Thanks to Arvind Srivaths who spotted this in C code! (The extra smoothing steps were so robust that they completely hid this error.) Workaround for a Perl bug (Copy-on-Write not enabled on T_PV typemap, introduced in 5.19) See http://www.nntp.perl.org/group/perl.perl5.porters/2014/06/msg216164.html Breaks compatibility with older Perls. Attempt a workaround (in FindChunks.xs) for the compatibility breakage above. In typemap, change T_UV to T_PTR for pointers-as-int (avoid warning on conversion to pointer with wider-than-pointer IV). T_PTR is already present in the oldest version (5.003_07, 1996-10-10) browsable on CPAN. We `use 5.00503' anyway...

Modules

breaks audio files into sound/silence parts.