Here's a question from a non-engineer - there, I admitted it so please, no flaming replies.

Let's say that a person uses Kazaa or another file sharing service to share MP3s. The file sharing service lists the audio sampling rate for each file but this does not have much to do with the quality of the recording. Many of the high bitrate audio files seem damaged. Apparently the RIAA and others have begun sharing intentionally damaged files to thwart intellectual property theft.

So, my question is this: which Perl modules (if any) would help me to automatically inspect an MP3 file and determine if it's somehow damaged (blank spots, static, etc)? I know it's not easy to do and that the term "damage" is highly subjective, but is there anything a person can do short of actually listening to these files?

~~~~~~~~~~~~~~~
I like chicken.

In reply to Testing for quality of audio in MP3's by Stegalex

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.