Tag «audio sample»: downloads
Search results for «audio sample»:
tplay 0.6.1 by Ilkka Karvinen
tplay is a buffered audio player for Linux 2.0 or newer, Solaris and BSD's. RIFF/WAVE (WAV) and Sun audio (AU) file headers are recognized. This is still considered BETA software and may not work as expected. Please mail me for bug reports, opinions or suggestions.
RIFF/WAVE (WAV) and Sun audio…
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::Data->new(...)
$svr = Audio::Play->new;
$svr->play($audio);
Audio::Play is an wrapper class which loads Audio::Play::$^O i.e. a per-platform driver.
…
Audio File Library 0.2.6 by Michael Pruett
The Audio File Library provides a uniform and elegant API for accessing a variety of audio file formats, such as AIFF/AIFF-C, WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual Research, Amiga IFF/8SVX, and NIST SPHERE. Supported compression formats are currently G.711 mu-law and…
audiofile 0.2.6 by Michael Pruett
The Audio File Library provides a uniform and elegant API for accessing a variety of audio file formats, such as AIFF/AIFF-C, WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual Research, Amiga IFF/8SVX, and NIST SPHERE. Supported compression formats are currently G.711 mu-law and…
BeatMonkey 0.1 by Michael Pruett
Beat Monkey is a very simple program which calulates BPM or sample frames given sample rate, beats, and sample frames or BPM, respectively, for the purpose of pitch shifting audio samples.
Beat Monkey is known to work under Linux 2.2.9 with GTK+ 1.0.6 and SGI IRIX 6.3 with GTK+ 1.2.3. It should r…
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 the base class for other file format independant audio property classes like Audio::File::Flac::AudioProperties or Audio::File::Ogg::AudioProperties. You should not us…
NAS 1.8a by Jon Trulson
NAS (Network Audio System) is a network transparent, client/server audio transport system.
Network Audio System (NAS), originally developed at Network Computing Devices (NCD), includes:
Sample server implementations
VOXware/OSS (FreeBSD, Linux, SVR4.[02], UnixWare, Microsoft Windows using…
Audio::LADSPA::Buffer 0.018 by Joost Diepenmaat
Audio::LADSPA::Buffer is a Perl module for LADSPA buffer.
SYNOPSIS
use Audio::LADSPA;
my $buffer = Audio::LADSPA::Buffer->new($size);
$plugin->connect('Port name' => $buffer);
$buffer->set( @values );
# or get a buffer from a plugin..
$buffer2 = $plug…
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;
open FILE,"file.mp3";
while(my $frame = MPEG::Audio::Frame->read(*FILE)){
print $frame->offset(), ": ", $frame->bitrate(), "Kbps…
calcamp 0.1 by Folkert van Heusden
calcamp is a program that calculates with what factor an audio-sample should be amplified to get maximum volume. Usefull, for example, when used with the pvf-tools (included in the mgetty package). This program needs libSndFile.
Instruction for usage:
calcamp file_in
or
... | calcamp…
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 constructor of Audio::File. This object currently provides access to the audio files information like its audio properties (bitrate, sample rate, number of channels, ...) a…
libsamplerate 0.1.2 by Erik de Castro Lopo
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 arbitrary and time varying conversions ; from downs…
Audio::TagLib::Ogg::FLAC::File 1.42 by Dongxu Ma
Audio::TagLib::Ogg::FLAC::File is an implementation of Audio::TagLib::File with Ogg/FLAC specific methods.
SYNOPSIS
use Audio::TagLib::Ogg::FLAC::File;
my $i = Audio::TagLib::Ogg::FLAC::File->new("sample file.flac");
print $i->tag()->album()->toCString(), "n"; # got album
This i…
KGSueMe 0.99 by Marc A Lehmann
KGSSueMe aims to provide a sample implementation of a client for the popular Kiseido Go Server.
KGSueMe project stresses documenting the protocol by giving developers code, so that they can write their own clients, rather than to provide a featureful client.
Requirements:
Perl
Installatio…
Audio::SPX 0.0801 by David Huggins-Daines
Audio::SPX is a Perl interface to the Sphinx-II audio library.
SYNOPSIS
use Audio::SPX;
my $ad = Audio::SPX->open_sps(16000);
$ad->start_rec or die "start_rec failed";
$ad->stop_rec or die "stop_rec failed";
my $samples = $ad->read($buf, $max);
my $cad = Audio::SPX::Contin…
Audio::TagLib::Vorbis::File 1.42 by Dongxu Ma
Audio::TagLib::Vorbis::File is an implementation of Ogg::File with Vorbis specific methods.
SYNOPSIS
use Audio::TagLib::Vorbis::File;
my $i = Audio::TagLib::Vorbis::File->new("sample vorblis file.ogg");
print $i->tag()->comment()->toCString(), "n"; # got comment
This is the cent…
Audio::OSS 0.0501 by David Huggins-Daines
Audio::OSS is a pure-perl interface to OSS (open sound system) audio devices.
SYNOPSIS
use Audio::OSS qw(:funcs :formats :mixer);
my $dsp = IO::Handle->new("new("…
Audio::TagLib::MPC::File 1.42 by Dongxu Ma
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 title
This implements and provides an inter…
Modular Audio Recognition Framework 0.3.0-devel-20060910 by The MARF Research and Development Group
Modular Audio Recognition Framework is a general cross-platform framework with a collection of algorithms for audio (voice, speech, and sound) and natural language text analysis and recognition, along with sample applications (identification, NLP, etc.) of its use.
MARF may act as a library in ap…
ABX Comparator 0.2 by Artem Popov
ABX Comparator is a simple ABX blind audio comparator for GNOME.
Here are some key features of "ABX Comparator":
Play any GStreamer supported format (but read the codec status section below);
Drag and drop files directly from a file manager or an audio player;
Easy sample selection;
Requ…
Related:
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
- Communications
- Database
- Desktop Environment
- Games
- Internet
- Multimedia
- Office
- Programming
- Science and Engineering
- System
- Text Editing&Processing
