CPAN does not seem to have any modules for playing CDs on Windows ME machines.
  1. Audio::Play can only play .au or .snd files
  2. AudioCD only supports MacPerl
  3. Audio::CD requires the use of a third-party library and provides a dead link to where the library is available.
  4. Win32::Sound only plays WAV files.

I am seeking a Perl module which can provide me with low level access to the audio tracks on a networked CD drive. I need such a module because the native Windows Media player will not play the .cda audio tracks on the networked CD. It sees them there, lists them, but gives a non-descript error when I attempt to play them.

It seems to me that the Perlish way to solve this problem would be to find a Perl module for playing audio CD tracks, dig deeply into the code, see where the module is failing, and fix the problem.

But I cannot attack the problem in a Perlish way, because there is no Perl CD Player module to get me started. Does anybody know of one?


In reply to Perl CD Player? by sierrathedog04

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.