Main > Programming > Libraries >

Audio::RaveMP 0.04

Audio::RaveMP 0.04

Sponsored Links

Audio::RaveMP 0.04 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.025 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1078
Date added: 2006-11-13
Publisher: Doug MacEachern

Audio::RaveMP 0.04 description

Audio::RaveMP is a Perl interface to Sensory Science RaveMP player.

SYNOPSIS

use Audio::RaveMP ();

The Audio::RaveMP module provides a Perl interface to the Sensory Science RaveMP player.

METHODS

new

my $rmp = Audio::RaveMP->new;

permitted

Check parallel port permissions (must be root at the moment):

unless ($rmp->permitted) {
print "$!n";
exit 1;
}
is_ready

Check that RaveMP is connected and powered up:

unless ($rmp->is_ready) {
print "Device is not ready (not connected or powered up?)n";
exit 2;
}
show_status

Show status messages:

$rmp->show_status(1);

$rmp->show_status(0);

upload

Upload a file. The second argument is the name to upload to, which is optional and defaults to the upload name:
unless ($rmp->upload("we_eat_rhythm.mp3")) {
print "upload failedn";
}

unless ($rmp->upload("we_eat_rhythm.mp3", "We Eat Rhythm")) {
print "upload failedn";
}
remove
Remove a file specified by the give slot number:
unless ($rmp->remove(8)) {
print "unable to remove file at slot 8n";
}
download
Download the file specified by the give slot number. The last argument is the name of the destination file, which is optional and defaults to the name of the downloaded file:
unless ($rmp->download("we_eat_rhythm.mp3")) {
print "download failedn";
}

unless ($rmp->download("We Eat Rhythm", "we_eat_rhythm.mp3")) {
print "download failedn";
}
contents
Return an array reference of file contents in the player. Each element is an object blessed into the Audio::RaveMPSlot class:
my $contents = $rmp->contents;
for my $slot (@$contents) {
printf "%d, %s -> %sn",
$slot->number, $slot->type, $slot->filename;
}

Audio::RaveMP 0.04 Screenshot

Advertisements

Audio::RaveMP 0.04 Keywords

Bookmark Audio::RaveMP 0.04

Hyperlink code:
Link for forum:

Audio::RaveMP 0.04 Copyright

WareSeeker periodically updates pricing and software information of Audio::RaveMP 0.04 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 Audio::RaveMP 0.04 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
Audio::MPEG is a Perl module for encoding and decoding of MPEG Audio (MP3). Free Download
Audio::CD is a Perl interface to libcdaudio (cd + cddb). Free Download
Audio::DSP is a Perl interface to *NIX digital audio device. Free Download
Audio::Play::MPG321 is a frontend to MPG321. Free Download
Grave is an MP3 play-list editor and an interface tool to the Sensory Science RaveMP MP2000 Digital Media Player. Free Download
Audio::SPX is a Perl interface to the Sphinx-II audio library. Free Download
Audio::Mad is a Perl interface to the mad MPEG decoder library. Free Download
Audio::Scrobbler is a Perl interface to audioscrobbler.com/last.fm. Free Download