Revision history for Audio-Extract-PCM
0.01 2008-12-20
First version, released on an unsuspecting world.
0.02 2008-12-20
Remove accidentally included sine.wav (need only sine.wav.gz)
Return the pcm data as a reference.
0.02_01 2008-12-21
Warn for sox warnings.
Check for sox program in Build.PL
extract.t: Create sine.wav in base directory, not in t/, because of
permission problems.
0.02_02 2008-12-21
Don't use IO::CaptureOutput in Build.PL, backticks will suffice here (we
need it anyway to run the module, but Build.PL is better kept simple.)
0.03 2009-01-07
* Included an example script: any_to_pcm.pl
* Add Module::Build to configure_requires and build_requires
0.03_01 2009-01-14
* Remove sine.wav after testing (don't waste disk space if you keep the
source directory lingering around)
* Report sox version in test suite (want to get more info from
reporters)