Search results for "module:Audio::MPEG"

Audio::MPEG - Encoding and decoding of MPEG Audio (MP3) River stage zero No dependents

Audio::MPEG is a Perl interface to the LAME and MAD MPEG audio Layers I, II, and III encoding and decoding libraries. Rationale I have been building a fairly extensive MP3 library, and decided to write some software to help manage the collection. It'...

PTIMOF/Audio-MPEG-0.04 - 29 Jun 2001 18:53:02 UTC

MPEG::Audio::Frame - a class for weeding out MPEG audio frames out of a file handle. River stage one • 3 direct dependents • 3 total dependents

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 stream...

HOLLI/MPEG-Audio-Frame-0.10 - 12 Oct 2019 10:32:52 UTC

Info/MPEG/Audio.pm River stage zero No dependents

ALLENDAY/Video-Info-0.993 - 08 Jul 2003 07:39:31 UTC

Info/Audio.pm River stage zero No dependents

BRG/MPEG-Info-1.00 - 13 Feb 2002 09:00:13 UTC

Audio::Mad - Perl interface to the mad MPEG decoder library River stage zero No dependents

This module is an attempt to provide a perl interface to the MAD (MPEG Audio Decoder) library, written by Robert Leslie. It has been designed to be 100% object oriented, and to follow the MAD interface as closely as possible. So far, most of the MAD ...

MISCHKE/Audio-Mad-0.6 - 28 Oct 2003 01:41:00 UTC

Audio::Mad::Util - a utility class for working with mpeg streams River stage zero No dependents

This module provides some support functions for gathering information out of an mpeg stream. Currently this module is intended for learning and internal purposes only, it will have better documentation and a cleaner interface in future versions....

MISCHKE/Audio-Mad-0.6 - 28 Oct 2003 01:41:00 UTC

Audio::DSP - Perl interface to *NIX digital audio device. River stage zero No dependents

Audio::DSP is built around the OSS (Open Sound System) API and allows perl to interface with a digital audio device. It provides, among other things, an initialization method which opens and handles ioctl messaging on the audio device file. Audio::DS...

SETHJ/Audio-DSP-0.02 - 11 Sep 2000 05:53:42 UTC

POE::Wheel::Audio::Mad - POE Wheel implementing in-session non-blocking mpeg stream playing River stage one • 1 direct dependent • 1 total dependent

POE::Wheel::Audio::Mad is an attempt to bring a naitive perl mpeg decoder into a perl session. This module was written to work as a POE Wheel due to it's nature -- it simply playes mpeg streams -- you have to do the job of controlling the player and ...

MISCHKE/POE-Wheel-Audio-Mad-0.3 - 23 Oct 2003 05:50:20 UTC

Audio::MadJACK - Talk to MadJACK server using Object Oriented Perl River stage zero No dependents

The Audio::MadJACK module uses Net::LibLO to talk to a MadJACK (MPEG Audio Deck) server. It has an Object Oriented style API making it simple to control multiple decks from a single script. new( oscurl ) Connect to MadJACK deck specified by "oscurl"....

NJH/Audio-MadJACK-0.04 - 15 May 2006 14:58:01 UTC

Audio::ConvTools - API to convert audio files from/to mp3 ogg and wav River stage zero No dependents

"Audio::ConvTools" provides miscellaneous tools to convert audio files between Ogg Vorbis, MPEG III and Wav files. This is a function interface only. By default, all the conversions functions are exported. You can also export temporary file usage too...

MHOOREMAN/Audio-ConvTools-0.08 - 28 Oct 2006 10:29:42 UTC

Audio::DB::Web - Assists in web-based queries of an MP3 Database River stage zero No dependents

Audio::DB is a module for creating relational databases of MP3 files directly from data stored in ID3 tags. Once created, Audio::DB provides various methods for creating reports and web pages of your collection. Although it's nutritious and delicious...

TWH/Audio-DB-0.01 - 27 Feb 2005 17:04:31 UTC

Audio::DB::Build - Tools for generating relational databases of MP3s River stage zero No dependents

Audio::DB is a module for creating relational databases of MP3 files directly from data stored in ID3 tags or from flatfiles of information of track information. Once created, Audio::DB provides various methods for creating reports and web pages of y...

TWH/Audio-DB-0.01 - 27 Feb 2005 17:04:31 UTC

Audio::Digest::MP3 - Get a message digest for the audio stream out of an MP3 file (skipping ID3 tags) River stage zero No dependents

Sometimes you want to know if you have duplicate MP3 files on your disks. But as soon as you start editing the ID3 tags, the file contents changes, and you can no longer trust a plain MD5 checksum on the file, nor the file size, to compare them. This...

BARTL/Audio-Digest-MP3-0.1 - 19 Feb 2009 14:29:50 UTC

Audio::Mad::Stream - Interface to mad_stream structure River stage zero No dependents

This package provides an interface to the underlying mad_stream structure used in the decoder library. Almost all of the methods from the library are implemented, and work on regualar perl data types....

MISCHKE/Audio-Mad-0.6 - 28 Oct 2003 01:41:00 UTC

Audio::Extract::PCM - Extract PCM data from audio files River stage one • 1 direct dependent • 1 total dependent

PEPE/Audio-Extract-PCM-0.04 - 16 Jan 2009 15:26:06 UTC

Audio::Play::MPG123 - a frontend to mpg123 version 0.59r and beyond. River stage zero No dependents

This is a frontend to the mpg123 player. It works by starting an external mpg123 process with the "-R" option and feeding commands to it. While the standard mpg123 player can be used to play back mp3's using this module you will encounter random dead...

MLEHMANN/Audio-Play-MPG123-0.63 - 03 Mar 2005 17:51:27 UTC

Audio::StreamGenerator - create a 'radio' stream by mixing ('cross fading') multiple audio sources (files or anything that can be converted to PCM audio) and sending it to a streaming server (like Icecast) River stage zero No dependents

This module creates a 'live' audio stream that can be broadcast using streaming technologies like Icecast or HTTP Live Streaming. It creates one ongoing audio stream by mixing or 'crossfading' multiple sources (normally audio files). Although there i...

OELE/Audio-StreamGenerator-1.02 - 14 Oct 2022 18:47:27 UTC

Audio::DB::Util::SongStats - Generate a database of your tunes complete with searchable interface and nifty statistical analyses! River stage zero No dependents

Apache::Audio::DB subclasses Apache::MP3 to generate a relational database of your music collection. This allows browsing by various criteria that are not available when simply browsing the filesystem. For example, users my browse by genre, year, or ...

TWH/Audio-DB-0.01 - 27 Feb 2005 17:04:31 UTC

Audio::DB::Util::Playlists - Generate a database of your tunes complete with searchable interface and nifty statistical analyses! River stage zero No dependents

Apache::Audio::DB subclasses Apache::MP3 to generate a relational database of your music collection. This allows browsing by various criteria that are not available when simply browsing the filesystem. For example, users my browse by genre, year, or ...

TWH/Audio-DB-0.01 - 27 Feb 2005 17:04:31 UTC

Audio::DB::Adaptor::dbi::mysql - Database adaptor for a specific mysql schema River stage zero No dependents

This adaptor implements a specific mysql database schema that is compatible with Audio::DB. It inherits from Audio::DB. In addition to implementing the abstract SQL-generating methods of Audio::DB::Adaptor::dbi, this module also implements the data l...

TWH/Audio-DB-0.01 - 27 Feb 2005 17:04:31 UTC
26 results (0.117 seconds)