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

Wireless Audio Transmitter freeware
Filter: All | Freeware | Demo
 

Wireless Audio Transmitter

< 1 2 3 4 5 
Added: August 16, 2010 | Visits: 1.229

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

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: January 23, 2010 | Visits: 1.532

Linux Wireless LAN Project The goal of the Linux WLAN project is to develop a complete, standards based, wireless LAN system using the GNU/Linux operating system. The linux-wlan package is a linux device driver and subsystem package that is intended to provide the full range of IEEE 802.11 MAC management capabilities for...


Platforms: *nix

License: Freeware Size: 542.72 KB Download (188): Linux Wireless LAN Project Download

Added: September 18, 2010 | Visits: 704

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

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

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: July 18, 2010 | Visits: 1.570

Wireless Assistant This is a small application allowing you to scan for wireless networks and connect to them. Wireless Assistant uses wireless-tools as its backend, so they need to be installed. All feedback as well as hints and good advice are appreciated! Installation: make -f Makefile.cvs ./configure...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (306): Wireless Assistant 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.021

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

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

Added: June 02, 2010 | Visits: 1.380

Audio Overload Audio Overload is a player for various types of music files which you may find on the Internet. Whats it play: 21 console and home computer file formats are now supported. .AY - Amstrad CPC/Spectrum ZX/Atari ST .COP - Sam Coupe .GBS - Nintendo Gameboy .GSF - Nintendo Gameboy Advance...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (114): Audio Overload Download

Added: October 08, 2010 | Visits: 963

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

Modular Audio Recognition Framework PoC-demo(Distributed) Modular Audio Recognition Framework is an open-source research platform and a collection of voice/sound/speech/text and natural language processing (NLP) algorithms written in Java and arranged into a modular and extensible framework facilitating addition of new algorithms. MARF can run...


Platforms: *nix

License: Freeware Size: 24.4 MB Download (98): Modular Audio Recognition Framework PoC-demo(Distributed) Download

< 1 2 3 4 5