Audio::CD

Audio::CD is a Perl interface to libcdaudio (cd cddb).
Download

Audio::CD Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Doug MacEachern
  • Publisher web site:
  • http://search.cpan.org/~gozer/mod_perl-1.30/lib/Apache/Status.pm

Audio::CD Tags


Audio::CD Description

Audio::CD is a Perl interface to libcdaudio (cd cddb). Audio::CD is a Perl interface to libcdaudio (cd cddb).SYNOPSIS use Audio::CD (); my $cd = Audio::CD->init;Audio::CD provides a Perl interface to libcdaudio by Tony Arcieri, available from http://cdcd.undergrid.net/Several classes provide glue for the libcdaudio functions and data structures.Audio::CD Class ^initInitialize the Audio::CD object: my $cd = Audio::CD->init;statStat the Audio::CD object, returns an Audio::CD::Info object. my $info = $cd->stat;cddbReturns an Audio::CDDB object. my $cddb = $cd->cddb;playPlay the given cd track (defaults to 1). $cd->play(1);stopStop the cd. $cd->stop;pausePause the cd. $cd->pause;resumeResume the cd. $cd->resume;ejectEject the cd. $cd->eject;closeClose the cd tray. $cd->close;play_frames $cd->play_frames($startframe, $endframe);play_track_pos $cd->play_track_pos($strarttrack, $endtrack, $startpos);play_track $cd->play_track($strarttrack, $endtrack);track_advance $cd->track_advance($endtrack, $minutes, $seconds);advance $cd->advance($minutes, $seconds);get_volumeReturns an Audio::CD::Volume object. my $vol = $cd->get_volume;set_volume $cd->set_volume($vol); Requirements: · Perl


Audio::CD Related Software