Search results for "module:Audio::CD"
Audio::CD - Perl interface to libcdaudio (cd + cddb)
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....
DOUGM/Audio-CD-0.04 - 17 May 2000 04:58:43 UTC
Audio::DSP - Perl interface to *NIX digital audio device.
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
Audio::MPEG - Encoding and decoding of MPEG Audio (MP3)
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
Audio::Gramofile - Perl interface to libgramofile, a library derived from Gramofile
new returns an object initialised with the parameters specified in the original C code. e.g. my $gramofile = Audio::Gramofile->new; set_input_file sets the input .wav file for track splitting and signal processing methods. e.g. $gramofile->set_input_...
BOBW/Audio-Gramofile-0.08 - 18 May 2008 19:40:59 UTC
Audio::ConvTools - API to convert audio files from/to mp3 ogg and wav
"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::LibSampleRate - interface to Secret Rabbit Code audio sample rate converter
Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio. One example of where such a thing would be useful is converting audio from the CD sample rate of 44.1kHz to the 48kHz sample rate used by DAT players. SRC is capable of arbi...
MGV/Audio-LibSampleRate-0.002001 - 25 Dec 2016 12:08:01 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)
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::Opusfile::PictureTag - A parsed METADATA_BLOCK_PICTURE tag
This module represents a METADATA_BLOCK_PICTURE tag. It has the following methods (descriptions taken from the libopusfile documentation): Audio::Opusfile::PictureTag->new(*$tag*) Takes the contents of a METADATA_BLOCK_PICTURE tag (optionally prefixe...
MGV/Audio-Opusfile-1.000 - 25 Nov 2017 19:14:43 UTC