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.477.280 Times

My Audio Journal freeware
Filter: All | Freeware | Demo
 

My Audio Journal

< 1 2 3 4 5 > 
Added: July 06, 2010 | Visits: 926

Audio::LADSPA::Network Audio::LADSPA::Network is a semi automatic connection of Audio::LADSPA::* objects. SYNOPSIS use Audio::LADSPA::Network; use Audio::LADSPA::Plugin::Play; sub subscriber { my ($object,$event) = @_; $object = ref($object); print "Recieved event $event from $objectn"; }... Platforms: *nix

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

Added: April 24, 2010 | Visits: 713

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

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

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 (157): K3b Monkeys Audio plugin Download

Added: November 08, 2010 | Visits: 1.119

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

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: February 17, 2010 | Visits: 1.087

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: 962

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: 710

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: January 08, 2010 | Visits: 1.340

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: October 08, 2010 | Visits: 967

Audio::TagLib Audio::TagLib is a library for reading and editing audio meta data, commonly known as tags. SYNOPSIS use Audio::TagLib; use warnings; use strict; my $f = Audio::TagLib::FileRef->new("Latex Solar Beef.mp3"); my $artist = $f->tag()->artist(); print $artist->toCString(), "n"; # got "Frank... Platforms: *nix

License: Freeware Size: 1.4 MB Download (95): Audio::TagLib Download

Added: May 18, 2010 | Visits: 1.229

Audio::DSP Audio::DSP is a Perl interface to *NIX digital audio device. SYNOPSIS use Audio::DSP; ($buf, $chan, $fmt, $rate) = (4096, 1, 8, 8192); $dsp = new Audio::DSP(buffer => $buf, channels => $chan, format => $fmt, rate => $rate); $seconds = 5; $length = ($chan * $fmt * $rate * $seconds) /... Platforms: *nix

License: Freeware Size: 28.67 KB Download (147): Audio::DSP Download

Added: April 05, 2010 | Visits: 801

Audio::DB Audio::DB are tools for generating relational databases of MP3s. SYNOPSIS use Audio::DB; my $mp3 = Audio::DB->new(-user =>user, -pass =>password, -host =>db_host, -dsn =>music_db, -adaptor => mysql); $mp3->initialize(1); $mp3->load_database(-dirs =>[/path/to/MP3s/], -tmp =>/tmp);... Platforms: *nix

License: Freeware Size: 62.46 KB Download (93): Audio::DB Download

Added: September 27, 2010 | Visits: 1.062

Audio::MPD Audio::MPD is a class for talking to MPD (Music Player Daemon) servers. SYNOPSIS use Audio::MPD; my $mpd = new Audio::MPD(); $mpd->play(); sleep 10; $mpd->next(); Audio::MPD gives a clear object-oriented interface for talking to and controlling MPD (Music Player Daemon) servers. A... Platforms: *nix

License: Freeware Size: 20.48 KB Download (119): Audio::MPD Download

Added: September 10, 2010 | Visits: 1.898

Audio::M4P::Decrypt Audio::M4P::Decrypt is a DRMS decryption of Apple iTunes style MP4 player files. Originally derived from the DeDRMS.cs program by Jon Lech Johansen SYNOPSIS use Audio::M4P::Decrypt; my $outfile = mydecodedfile; my $deDRMS = new Audio::M4P::Decrypt; $deDRMS->DeDRMS($mp4file, $outfile);... Platforms: *nix

License: Freeware Size: 16.38 KB Download (331): Audio::M4P::Decrypt Download

Added: March 14, 2010 | Visits: 1.047

MPEG::Audio::Frame 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... Platforms: *nix

License: Freeware Size: 358.4 KB Download (115): MPEG::Audio::Frame Download

Released: June 05, 2012  |  Added: June 05, 2012 | Visits: 440

MYN Free iPod Audio Converter My iPod Audio Converter is an easy to use tool to convert audio files to iPod Audio Format and also to another various audio formats,also can extract audio from video files to various audio formats.The program can also rip audio CD tracks to the iPod supported format. The Features: 1) Supported... Platforms: Windows

License: Freeware Size: 31.78 MB Download (567): MYN Free iPod Audio Converter Download

Released: July 11, 2012  |  Added: July 11, 2012 | Visits: 421

MPN iPod Audio Converter My iPod Audio Converter is an easy to use tool to convert audio files to iPod Audio Format and also to another various audio formats,also can extract audio from video files to various audio formats.The program can also rip audio CD tracks to the iPod supported format. The Features: 1) Supported... Platforms: Windows

License: Freeware Size: 31.78 MB Download (642): MPN iPod Audio Converter Download

Released: June 22, 2012  |  Added: June 22, 2012 | Visits: 380

ML iPod Audio Converter My iPod Audio Converter is an easy to use tool to convert audio files to iPod Audio Format and also to another various audio formats,also can extract audio from video files to various audio formats.The program can also rip audio CD tracks to the iPod supported format. The Features: 1) Supported... Platforms: Windows

License: Freeware Size: 31.78 MB Download (566): ML iPod Audio Converter Download

Added: August 26, 2013 | Visits: 821

Audio Link Player This plug-in converts all your mp3 links in flash players. The usage is as easy as add a link to a post or page.The plug-in differentiates between mp3 links in floating texts, mp3 links as images and mp3 links in lists or on single lines. For every situation the plug-in decides which is the best... Platforms: PHP

License: Freeware Size: 614.4 KB Download (46): Audio Link Player Download

< 1 2 3 4 5 >