Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.337 Times

Audio::RaveMP 0.04

  Date Added: February 08, 2010  |  Visits: 749

Audio::RaveMP

Report Broken Link
Printer Friendly Version


Product Homepage
Download (94 downloads)

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; }.

Requirements: No special requirements
Platforms: Linux
Keyword: Audioravemp File Libraries Print Programming Ravemp Science Sensory Sensory Science Ravemp Unless Upload
Users rating: 0/10

License: Freeware Size: 25.6 KB
AUDIO::RAVEMP RELATED
Business  -  Quest Storage Assessment Tool 2.0
Server Consolidation projects provide companies with the unique opportunity to simplify administration and lower storage management costs by reducing the number of file and print services in the network. Many companies realize that it is also...
44 MB  
Graphics Viewers  -  FirmTools ShellExtension 2.0
This tool adds three new options to your right-click menu on a picture file: convert, print, and thumbnail preview. Converting supports most of the formats you will ever need: GIF, JPEG, BMP, PNG, TGA, PSD, TIFF, PCX, PCD, and more. The thumbnail...
520 KB  
File Sharing  -  Samba 3.0.25c
Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients. Samba is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and...
17.3 MB  
Video Editors  -  Free FLV to SWF Converter 4.6
FLV to SWF Converter is an easy-to-use Flash file converter that allows you to convert FLV to SWF file which is in small size and high quality for Internet upload.The Flash FLV to SWF converter is equipped with various practical editing tools to...
1.15 MB  
MP3 Tools  -  Free GMT FLV to SWF Converter 4.6
FLV to SWF Converter is an easy-to-use Flash file converter that allows you to convert FLV to SWF file which is in small size and high quality for Internet upload.The Flash FLV to SWF converter is equipped with various practical editing tools to...
11.76 MB  
Security Tools  -  Delivery Boy 0.9.1
Delivery Boy is a a web-based file delivery system that provides an easy way for people to upload and download files without using FTP. It's very simple and suitable for novice users. A templating system to allow for integration into an existing...
27.6 KB  
Backup Utilities  -  lbackup Java Backup 1.3
Java backup tool providing file level data deduplication: If a file is stored, it is never stored a second time unless the file's content changes. Instead, a reference to the stored data is created. This holds true even if the file is moved or...
1.65 MB  
Libraries  -  File::Next::OO 0.04
File::Next::OO is a Perl module with file-finding iterator Wrapper for File::Next::files function. SYNOPSIS File::Next::OO is just a wrapper around File::Next::files function. But it is easy to remember and less typing. Call it always with...
8.19 KB  
Libraries  -  Audio::TagLib::MPEG::File 1.42
Audio::TagLib::MPEG::File is an MPEG file class with some useful methods specific to MPEG. SYNOPSIS use Audio::TagLib::MPEG::File; my $i = Audio::TagLib::MPEG::File->new("sample file.mp3"); print $i->tag()->artist()->toCString(), "n"; # got...
1.4 MB  
Libraries  -  Audio::TagLib::MPC::File 1.42
Audio::TagLib::MPC::File is an implementation of Audio::TagLib::File with MPC specific methods. SYNOPSIS use Audio::TagLib; my $i = Audio::TagLib::MPC::File->new("sample mpc file.mpc"); print $i->tag()->title()->toCString(), "n"; # got...
1.4 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB