Skip Menu |

This queue is for tickets about the Audio-Analyzer CPAN distribution.

Report information
The Basics
Id: 68543
Status: resolved
Priority: 0/
Queue: Audio-Analyzer

People
Owner: triddle [...] cpan.org
Requestors: frank [...] limov.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.22_01



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]
Fixed and GitHub pull request sent: https://github.com/triddle/Audio-Analyzer/pull/1
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
> Fixed and GitHub pull request sent: > > https://github.com/triddle/Audio-Analyzer/pull/1
Shipped 0.22 out to CPAN.