Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.041.586 Times

Church Audio Equipment freeware
Filter: All | Freeware | Demo
 

Church Audio Equipment

< 1 2 3 4 5 
Added: April 24, 2010 | Visits: 708

Audio::LADSPA::Buffer 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 = $plugin->get_buffer(Other port); #...



Platforms: *nix

License: Freeware Size: 81.92 KB Download (92): Audio::LADSPA::Buffer Download

Added: May 15, 2010 | Visits: 1.016

Audio::LADSPA::Plugin Audio::LADSPA::Plugin is a base class for LADSPA plugins in Perl. SYNOPSIS use Audio::LADSPA; my (@plugin_classes) = Audio::LADSPA->plugins(); # or ... my $plugin_class = Audio::LADSPA->plugin( label => "delay_5s", id => 1043); my $plugin = $plugin_class->new($sample_rate);...





Platforms: *nix

License: Freeware Size: 81.92 KB Download (114): Audio::LADSPA::Plugin Download

Added: September 05, 2010 | Visits: 1.243

K3b Monkeys Audio plugin K3b Monkeys Audio plugin is a K3b plugin for decoding and encoding. I finished it a long time ago but was unsure about releasing it due to the licensing issues. But the author of the Monkeys Audio SDK did not answer to my mails in several month and on his homepage he states "if youre a freeware...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (156): K3b Monkeys Audio plugin Download

Added: May 02, 2010 | Visits: 747

Audio:PSID Audio:PSID is a Perl module to handle SID files (Commodore-64 music files). SYNOPSIS use Audio::SID; $mySID = new Audio::SID(-filename => Test.sid) or die "Whoops!"; print "Title = " . $mySID->get(title) . "n"; print "MD5 = " . $mySID->getMD5(); $mySID->set(author => LaLa, title =>...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (92): Audio:PSID Download

Added: November 08, 2010 | Visits: 1.111

Audio::Mad::Stream Audio::Mad::Stream is a Perl interface to mad_stream structure. SYPNOSIS my $stream = new Audio::Mad::Stream ($options); $stream->buffer($scalar); my $remain = substr($scalar, $stream->next_frame); my $position = $stream->this_frame; $stream->skip($position + 400); $stream->sync();...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (106): Audio::Mad::Stream Download

Added: August 16, 2010 | Visits: 1.227

POE::Component::Audio::Mad::Dispatch POE::Component::Audio::Mad::Dispatch is a POE::Component::Audio::Mad frontend implementing listener based message dispatch. SYNOPSIS use POE; use POE::Component::Audio::Mad::Dispatch; ## we print some stuff below, and we dont want it ## to get buffered.. so turn on autoflush. $| = 1;...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (101): POE::Component::Audio::Mad::Dispatch Download

Added: September 10, 2010 | Visits: 866

POE::Component::Audio::Mad::Handle POE::Component::Audio::Mad::Handle is a POE Component to facilitate IPC with the POE::Wheel::Audio::Mad mpeg decoder. SYNOPSIS use POE; use POE::Component::Audio::Mad::Handle; ## create an IPC bridge on stdin/stdout create POE::Component::Audio::Mad::Handle(); ## create a custom IPC...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (87): POE::Component::Audio::Mad::Handle Download

Added: April 17, 2010 | Visits: 885

Audio::Mad::Util Audio::Mad::Util is a utility class for working with mpeg streams. 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...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (96): Audio::Mad::Util Download

Added: February 17, 2010 | Visits: 1.083

POE::Wheel::Audio::Mad POE::Wheel::Audio::Mad is a POE Wheel implementing in-session non-blocking mpeg stream playing. SYNOPSIS use POE; use POE::Wheel::Audio::Mad; POE::Session->create( inline_states => { _start => &am_start, message => &am_message } ); sub am_start { my ($kernel, $heap) = @_[KERNEL,...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (88): POE::Wheel::Audio::Mad Download

Added: September 25, 2010 | Visits: 955

Audio::Mad Audio::Mad is a Perl interface to the mad MPEG decoder library. SYNOPSIS use Audio::Mad qw(:all); my $stream = new Audio::Mad::Stream(); my $frame = new Audio::Mad::Frame(); my $synth = new Audio::Mad::Synth(); my $timer = new Audio::Mad::Timer(); my $resample = new...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (93): Audio::Mad Download

Added: September 18, 2010 | Visits: 703

Audio::Cuefile::Parser Audio::Cuefile::Parser is a Perl module for audio cuefile parser. SYNOPSIS Class to parse a cuefile and access the chewy, nougat centre. Returns Audio::Cuefile::Parser::Track objects. USAGE: use Audio::Cuefile::Parser; my $filename = filename.cue; my $cue =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Audio::Cuefile::Parser Download

Added: October 07, 2010 | Visits: 1.767

Audio::ConvTools Audio::ConvTools is a API to convert audio files from/to mp3 ogg and wav. SYNOPSIS use Audio::ConvTools; use Audio::ConvTools qw/:DEFAULT :Tmp :Log/; $status = ogg2mp3(file.ogg); $status = ogg2wav(file.ogg); $status = ogg2wav(in.ogg, out.wav); $status = mp32ogg(file.mp3); $status =...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (112): Audio::ConvTools Download

Added: April 27, 2010 | Visits: 1.704

Audio::AMR::Decode Audio::AMR::Decode is a Perl extension do decode .amr files. SYNOPSIS use Audio::AMR::Decode; Audio::AMR::Decode::amr2raw(infile.amr, outfile.pcm); This module will attempt to decode an amr encoded audio file to a raw pcm audio encoded file. The package contains C-source files for the...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (296): Audio::AMR::Decode Download

Added: July 12, 2010 | Visits: 1.381

Audio::Play 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. Each class...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (122): Audio::Play Download

Added: April 11, 2010 | Visits: 933

Audio::Data Audio::Data is a module for representing audio data to perl. SYNOPSIS use Audio::Data; my $audio = Audio::Data->new(rate => , ...); $audio->method(...) $audio OP ... Audio::Data represents audio data to perl in a fairly compact and efficient manner using C via XS to hold data as a C...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (100): Audio::Data Download

Added: January 08, 2010 | Visits: 1.329

Audio::Wav::Read Audio::Wav::Read is a Perl module for reading Microsoft WAV files. SYNOPSIS use Audio::Wav; my $wav = new Audio::Wav; my $read = $wav -> read( filename.wav ); my $details = $read -> details(); Reads Microsoft Wav files..


Platforms: *nix

License: Freeware Size: 18.43 KB Download (118): Audio::Wav::Read Download

Added: September 26, 2010 | Visits: 549

Audio::Scrobbler Audio::Scrobbler is a Perl interface to audioscrobbler.com/last.fm. SYNOPSIS use Audio::Scrobbler; $scrob = new Audio::Scrobbler(cfg => { ... }); $scrob->handshake(); $scrob->submit(artist => "foo", album => "hello", track => "world", length => 180); The Audio::Scrobbler module...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (90): Audio::Scrobbler Download

Added: April 17, 2010 | Visits: 1.020

Audio::MPEG Audio::MPEG is a Perl module for encoding and decoding of MPEG Audio (MP3). SYNOPSIS use Audio::MPEG; 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...


Platforms: *nix

License: Freeware Size: 57 MB Download (86): Audio::MPEG Download

Added: September 20, 2013 | Visits: 1.878

Perl Audio Converter Perl Audio Converter is a tool for converting multiple audio types from one format to another. It supports AAC, AC3, AIFF, APE, AU, AVR, BONK, CAF, CDR, FAP, FLA, FLAC, IRCAM, LA, LPAC, M4A, MAT, MAT4, MAT5, MMF, MP2, MP3, MP4, MPC, MPP, NIST, OFR, OFS, OGG, PAC, PAF, PVF, RA, RAM, RAW, SD2, SF,...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (283): Perl Audio Converter Download

Added: July 11, 2010 | Visits: 729

Apache::Audio::DB Apache::Audio::DB is a Perl module that can generate a database of your tunes complete with searchable interface and nifty statistical analyses! SYNOPSIS # httpd.conf or srm.conf AddType audio/mpeg mp3 MP3 # httpd.conf or access.conf < Location /songs > SetHandler perl-script PerlHandler...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (94): Apache::Audio::DB Download

< 1 2 3 4 5