Mon May 30 07:03:45 2011frank [...] limov.com - Ticket created
Subject:
Documentation problem with Audio::Analyzer::Chunk
Date:
Mon, 30 May 2011 12:03:34 +0100
To:
bug-audio-analyzer [...] rt.cpan.org
From:
Frank Wales <frank [...] limov.com>
Hi,
Just started playing with Audio::Analyzer v0.21, and
stubbed my toe on this example in the documentation:
$combined = $chunk->combine($channels);
which should be:
$combined = $chunk->combine_fft($channels);
Thanks.
--
Frank Wales [frank@limov.com]
Thanks for the fix! I merged the pull request and put out 0.22_01 for testing. I'll keep an eye on the tests and release the 0.22 as a non-dev release when I see them passing.
Changes:
0.22 July 19, 2013
* Incorporated patch from mikegrb which closes RT #68543
"Documentation problem with Audio::Analyzer::Chunk"
* Fix dead links to example media in documentation; new urls:
* http://www.youtube.com/watch?v=W8Jk8rTP5lg
* http://www.youtube.com/watch?v=6yTEUBgvxs4
* http://www.youtube.com/watch?v=bFp2zZlFgv4
* Add in fileless operation mode as undocumented feature
On Thu Jul 18 01:17:25 2013, MIKEGRB wrote:
Show quoted text