Main > Programming > Libraries >

AudioCD::Mac 0.25

AudioCD::Mac 0.25

Sponsored Links

AudioCD::Mac 0.25 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.014 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1221
Date added: 2006-06-22
Publisher: Chris Nandor

AudioCD::Mac 0.25 description

AudioCD::Mac is a MacPerl extension for controlling Audio CDs.

SYNOPSIS

#!perl -w
use AudioCD;
use strict;
my $cd = new AudioCD;

$cd->volume(255);
$cd->play(2);
print "Now playingn" if $cd->status == CD_PLAY;
printf "Volume is %dn", $cd->volume;
sleep(5);

$cd->pause;
print "Now pausedn" if $cd->status == CD_PAUSE;
sleep(5);

$cd->volume(100);
$cd->continue;
print "Now playingn" if $cd->status == CD_PLAY;
printf "Volume is %dn", $cd->volume;
sleep(5);

my @info = $cd->info;
printf "Currently at track %d, %.2d:%.2dn", @info[0..2];

$cd->stop;
my $status = $cd->status;
print "Now stoppedn" if
($status == CD_FINISH || $status == CD_STOP);

if (do CDDB.pm) { # sold separately
my $cddb = new CDDB;
my @cddb_info = $cddb->calculate_id( $cd->cddb_toc );
my @discs = $cddb->get_discs(@cddb_info[0, 3, 4]);
print "You were probably listening to $discs[0]->[2]n";
}

$cd->eject;

This is the MacPerl module to be used by the AudioCD module. Other modules can be written for other platforms, but this one is Mac specific, calling Mac OS APIs to control the CD player.

AudioCD::Mac 0.25 Screenshot

Advertisements

AudioCD::Mac 0.25 Keywords

Bookmark AudioCD::Mac 0.25

Hyperlink code:
Link for forum:

AudioCD::Mac 0.25 Copyright

WareSeeker periodically updates pricing and software information of AudioCD::Mac 0.25 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of AudioCD::Mac 0.25 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
AudioCD is a Perl module for basic Audio CD control. Free Download
Audio::CD is a Perl interface to libcdaudio (cd + cddb). Free Download
cdmp3 uses cdparanoia or cdda2wav to extract single tracks or even a whole CD and converts them on-the-fly into MP3 or Ogg Vorbi Free Download
Kagiru is a Sudoku puzzle game supporting automatic puzzle generation, manual puzzle definition. Free Download
Make audio is a graphical tool to create audio CDs from MP3 or wav files. Free Download
dvdindex is a CD/DVD archiving utility with built-in encryption support to manage a collection of CDs/DVDs. Free Download
PulseAudio Volume Meter is a simple GTK volume meter for the polypaudio sound server. Free Download
Phasi is another tool for system info written in PHP. Free Download