Linux SoftwareProgrammingLibrariesAudio::CD 0.04

Audio::CD 0.04



Developer:   Doug MacEachern
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   6K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


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 ^

init

Initialize the Audio::CD object:
my $cd = Audio::CD->init;

stat

Stat the Audio::CD object, returns an Audio::CD::Info object.
my $info = $cd->stat;

cddb

Returns an Audio::CDDB object.
my $cddb = $cd->cddb;

play

Play the given cd track (defaults to 1).
$cd->play(1);

stop

Stop the cd.
$cd->stop;

pause

Pause the cd.
$cd->pause;

resume

Resume the cd.
$cd->resume;

eject

Eject the cd.
$cd->eject;

close

Close 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_volume

Returns an Audio::CD::Volume object.

my $vol = $cd->get_volume;

set_volume

$cd->set_volume($vol);

Requirements:
  • Perl
    tags play track  minutes seconds  get volume  set volume  track advance  track pos  the audio  play frames  perl interface  strarttrack endtrack  

    Download Audio::CD 0.04


     http://mirrors.evolva.ro/CPAN/authors/id/D/DO/DOUGM/Audio-CD-0.04.tar.gz


    Authors software

    Audio::CD 0.04 (by Doug MacEachern)

    Hyperic SIGAR 1.3 (by Doug MacEachern)
    Hyperic SIGAR (System Information Gatherer and Reporter) is a cross-platform, cross-language library and command-line tool for access

    ExtUtils::Embed 1.14 (by Doug MacEachern)
    ExtUtils::Embed is a Perl module with utilities for embedding Perl in C/C++ applications.

    SYNOPSIS

    perl -MExtUtils::Embed -e x


    Similar software

    Audio::CD 0.04 (by Doug MacEachern)

    AudioCD::Mac 0.25 (by Chris Nandor)
    AudioCD::Mac is a MacPerl extension for controlling Audio CDs.

    SYNOPSIS

    #!perl -w
    use AudioCD;
    use strict;
    m

    Audio::File::AudioProperties 0.10 (by Florian Ragwitz)
    Audio::File::AudioProperties is a Perl module that can abstract an audio file's audio properties.

    Audio::File::AudioProperties is

    Audio::Play 1.029 (by Nick Ing-Simmons)
    Audio::Play is an interface for Audio::Data to hardware.

    SYNOPSIS

    use Audio::Data;
    use Audio::Play;

    $audio = Audio:

    Audio::DSP 0.02 (by Seth David Johnson)
    Audio::DSP is a Perl interface to *NIX digital audio device.

    SYNOPSIS

    use Audio::DSP;

    ($buf, $chan, $fmt, $rate) = (

    CDDB 2.27 (by Armin Obersteiner)
    CDDB is a Perl module that can read the CDDB entry for an audio CD in your drive.

    SYNOPSIS

    use CDDB_get qw( get_cddb );

    my

    Audio::File::Type 0.10 (by Florian Ragwitz)
    Audio::File::Type represents an audio filetype.

    An instance of an object inherited from Audio::File::Type is returned by the const

    cdtool 2.1.8pre2 (by Max Vozeler)
    cdtool is a free software package to control the audio functions of an attached CDROM drive from the command line in a quick and scri

    CDDB / CDDB_get 2.27 (by Armin Obersteiner)
    CDDB/CDDB_get Perl module gets the CDDB info for an audio CD.

    The included script was intended as a demo for CDDB_get, but over ti

    Audio::MPD 0.12.3 (by Tue Abrahamsen)
    Audio::MPD is a class for talking to MPD (Music Player Daemon) servers.

    SYNOPSIS

    use Audio::MPD;

    my $mpd = new Audio::MP


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.8d (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags