Linux SoftwareProgrammingLibrariesMPEG::Audio::Frame 0.09

MPEG::Audio::Frame 0.09


MPEG::Audio::Frame is a class for weeding out MPEG audio frames out of a file handle. SYNOPSIS use MPEG::Audio::Frame;
Developer:   Yuval Kojman
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   357K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


MPEG::Audio::Frame is a class for weeding out MPEG audio frames out of a file handle.

SYNOPSIS

use MPEG::Audio::Frame;

open FILE,"file.mp3";

while(my $frame = MPEG::Audio::Frame->read(*FILE)){
print $frame->offset(), ": ", $frame->bitrate(), "Kbps/", $frame->sample()/1000, "KHzn"; # or something.
}

A very simple, pure Perl module which allows parsing out data from mp3 files, or streams, and chunking them up into different frames. You can use this to accurately determine the length of an mp3, filter nonaudio data, or chunk up the file for streaming via datagram. Virtually anything is possible.

Requirements:
  • Perl
    tags mpeg  audio  audio  frame  

    Download MPEG::Audio::Frame 0.09


     http://mirrors.evolva.ro/CPAN/authors/id/N/NU/NUFFIN/MPEG-Audio-Frame-0.09.tar.gz


    Authors software

    MPEG::Audio::Frame 0.09 (by Yuval Kojman)
    MPEG::Audio::Frame is a class for weeding out MPEG audio frames out of a file handle.

    SYNOPSIS

    use MPEG::Audio::Frame;


    Similar software

    MPEG::Audio::Frame 0.09 (by Yuval Kojman)
    MPEG::Audio::Frame is a class for weeding out MPEG audio frames out of a file handle.

    SYNOPSIS

    use MPEG::Audio::Frame;

    Audio::TagLib::MPEG::Header 1.42 (by Dongxu Ma)
    Audio::TagLib::MPEG::Header is an implementation of MP3 frame headers.

    SYNOPSIS

    use Audio::TagLib::MPEG::Header;

    my $i

    Audio::Mad 0.6 (by Mark McConnell)
    Audio::Mad is a Perl interface to the mad MPEG decoder library.

    SYNOPSIS

    use Audio::Mad qw(:all);

    my $stream = new A

    Template::Tutorial 2.15 (by Andy Wardley)
    Template::Tutorial are template toolkit tutorials.

    This section includes tutorials on using the Template Toolkit

    Transcode 1.0.2 (by Transcode Team)
    Transcode is a suite of command line utilities for transcoding video and audio codecs, and for converting beween different container

    LibMPEG3 1.7 (by Heroine Virtual)
    Libmpeg3 supports advanced editing and manipulation of MPEG streams

    FFpocket 0.6.3 (by Thanos Kyritsis)
    FFpocket is a tool for using ffmpeg's features

    mp3asm 0.1.3 (by Luc Verhaegen)
    mp3asm is an mpeg 1/2/2.5 audio layer 1/2/3 (cbr/vbr) frame level editor

    m2psd 0.11 (by Eric Smith)
    m2psd is a fast MPEG-2 Program Stream demultiplexer

    MP3::ID3Lib 0.12 (by Leon Brocard)
    MP3::ID3Lib is a Perl module for ID3v1/ID3v2 Tagging of MP3 files.

    SYNOPSIS

    use MP3::ID3Lib;
    my $id3 = MP3::ID3Lib->new($f


    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.7c (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