I'm very appreciative of the reply, but I guess I didn't say clearly what I want to program... Let us say that you buy an audio CD and you want to listen to your favorite song. You look at the track listings and see that it's divided into TWO tracks, #1 and #2! The division is at a logical point, yes, but at a point where there is plenty of sound activity. If you tell your player to play just #1, the song will end suddenly. I want to avoid exactly that! Thus if i have a track whose last frames are not silence, I want to flag it to avoid playing that track by itself. So, how can I use a perl module to seek to the end of the MP3 track and check the volume level? Thank you so much. Please don't make me have to ask the C-Monk(ey)s Regards, ADUMAS

In reply to Re^2: MP3's that end Loudly by ALDUMAS
in thread MP3's that end Loudly by ALDUMAS

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.