sierrathedog04 has asked for the wisdom of the Perl Monks concerning the following question:
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?
|
---|
Replies are listed 'Best First'. | |
---|---|
(crazyinsomniac) Re: Perl CD Player?
by crazyinsomniac (Prior) on Mar 05, 2001 at 15:24 UTC | |
Re: Perl CD Player?
by $code or die (Deacon) on Mar 05, 2001 at 18:38 UTC | |
Re: Perl CD Player?
by t0mas (Priest) on Mar 06, 2001 at 16:36 UTC |