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

Audio Beep File freeware
Filter: All | Freeware | Demo
 

Audio Beep File

1 2 3 4 5 > 
Added: April 05, 2010 | Visits: 1.597

Audio::Beep::Linux::beep Audio::Beep::Linux::beep is a Audio::Beep player module using the beep program. SYNOPIS my $player = Audio::Beep::Linux::beep->new([%options]); USAGE The new class method can receive as option in hash fashion the following directives path => /full/path/to/beep With the path option you... Platforms: *nix

License: Freeware Size: 33.79 KB Download (177): Audio::Beep::Linux::beep Download

Added: February 03, 2010 | Visits: 1.220

Audio::TagLib::File Audio::TagLib::File is a file class with some useful methods for tag manipulation. This class is a basic file class with some methods that are particularly useful for tag editors. It has methods to take advantage of ByteVector and a binary search method for finding patterns in a file.... Platforms: *nix

License: Freeware Size: 1.4 MB Download (114): Audio::TagLib::File Download

Added: March 06, 2010 | Visits: 1.535

Audio::Beep Audio::Beep is a Perl module to use your computer beeper in fancy ways. SYNOPSIS #functional simple way use Audio::Beep; beep($freq, $milliseconds); #OO more musical way use Audio::Beep; my $beeper = Audio::Beep->new(); # lilypond subset syntax accepted # relative notation is the... Platforms: *nix

License: Freeware Size: 33.79 KB Download (144): Audio::Beep Download

Added: August 02, 2010 | Visits: 1.026

Audio::Beep::Linux::PP Audio::Beep::Linux::PP is a PurePerl implementation of an Audio::Beep player. SYNOPSIS my $player = Audio::Beep::Linux::PP->new(); USAGE The new class method will return you a new player object. No other option is available right now. NOTES You need to be root to play something using... Platforms: *nix

License: Freeware Size: 33.79 KB Download (100): Audio::Beep::Linux::PP Download

Added: October 14, 2010 | Visits: 1.207

Audio::Beep::BSD::beep Audio::Beep::BSD::beep is an Audio::Beep player module using the beep program. IMPORTANT! This player module IS NOT TESTED! I found docs about the BSD beep program but I never had a chance to use it or test it. So use it AT YOUR OWN RISK and report me bugs if possible. SYNOPIS my $player... Platforms: *nix

License: Freeware Size: 33.79 KB Download (237): Audio::Beep::BSD::beep Download

Added: March 05, 2010 | Visits: 1.183

Audio::TagLib::MPC::File 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 interface for... Platforms: *nix

License: Freeware Size: 1.4 MB Download (107): Audio::TagLib::MPC::File Download

Added: June 24, 2010 | Visits: 1.302

Audio::TagLib::Ogg::FLAC::File 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 implements... Platforms: *nix

License: Freeware Size: 1.4 MB Download (107): Audio::TagLib::Ogg::FLAC::File Download

Added: July 03, 2006 | Visits: 3.638

Rethinktank A Virtual Office powered by the Rethinktank E-Collaboration software platform. Instant chat, audio, video, file share, shared white board,, in your own private virtual space. Platforms: Windows, Windows CE

License: Freeware Size: 1024 B Download (192): Rethinktank Download

Added: August 31, 2013 | Visits: 458

mousikos mousikos is a GUI based portable audio player file manager. It is designed to be able to support various types of portable music players connected through the parallel port or a USB port. It currently does not support any existing players. A fake player mimicked by a directory on the hard disk... Platforms: *nix

License: Freeware Size: 215.04 KB Download (49): mousikos Download

Released: September 03, 2012  |  Added: September 20, 2012 | Visits: 1.252

Advanced MP3 Converter Windows 8 MP3 Converter free version convert audio formats file such as MP3, WMA, WAV, OGG, APE, MPC, CUE, AAC, MP4, M4A, TTA, AC3, FLAC, OptimFROG, Speex, WavPack, ALAC etc from one format to another. including resampling. # Fast Conversion Speed Audio format conversion is performed directly without... Platforms: Windows

License: Freeware Size: 11.35 MB Download (99): Advanced MP3 Converter Windows 8 Download

Released: June 12, 2012  |  Added: June 12, 2012 | Visits: 646

Fennec 1.2 Beta Fennec player is a universal media player which mainly focuses on high definition audio/video playback and transcoding, it can play and convert into almost every audio/video file format available (see the list below). It supports converting/ripping/joining and playback, including features like... Platforms: Windows

License: Freeware Size: 5.9 MB Download (583): Fennec 1.2 Beta Download

Released: December 04, 2012  |  Added: December 04, 2012 | Visits: 458

Leawo Free PSP Converter Leawo Free PSP Converter is a totally free video to PSP converter that can easily convert video to PSP MP4 video file and into popular audio formats file, such as MPEG to PSP, WMV to PSP, AVI to PSP, MP4 to PSP, 3GP to PSP, video to mp3, etc. Thus with fast conversion speed and excellent output... Platforms: Windows

License: Freeware Size: 9.79 MB Download (46): Leawo Free PSP Converter Download

Added: August 17, 2010 | Visits: 1.322

Audio::TagLib::MPEG::File Audio::TagLib::MPEG::File is an MPEG file class with some useful methods specific to MPEG. SYNOPSIS use Audio::TagLib::MPEG::File; my $i = Audio::TagLib::MPEG::File->new("sample file.mp3"); print $i->tag()->artist()->toCString(), "n"; # got artist This implements the generic... Platforms: *nix

License: Freeware Size: 1.4 MB Download (124): Audio::TagLib::MPEG::File Download

Added: March 17, 2010 | Visits: 1.523

Audio::TagLib::Vorbis::File 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 central class... Platforms: *nix

License: Freeware Size: 1.4 MB Download (299): Audio::TagLib::Vorbis::File Download

Added: February 21, 2010 | Visits: 868

Audio::TagLib::AudioProperties Audio::TagLib::AudioProperties is a simple, abstract interface to common audio properties. DESCRIPTION The values here are common to most audio formats. For more specific, codec dependant values, please see see the subclasses APIs. This is meant to compliment the Audio::TagLib::File and... Platforms: *nix

License: Freeware Size: 1.4 MB Download (96): Audio::TagLib::AudioProperties Download

Released: February 18, 2014  |  Added: March 05, 2014 | Visits: 1.138

AV Audio Morpher AV Audio Morpher is a specialized audio tool for adding audio effects and convert audio files in batch. This tool comes with a huge library of effects categorized in 2 groups: Ready-to-use, and Customizable. AV Audio Morpher can apply various effects to batches of audio files and then convert the... Platforms: Windows, Windows 7

License: Freeware Size: 17.66 MB Download (48): AV Audio Morpher Download

Added: July 17, 2010 | Visits: 979

Audio::TagLib::Tag Audio::TagLib::Tag is a simple, generic interface to common audio meta data fields. This is an attempt to abstract away the difference in the meta data formats of various audio codecs and tagging schemes. As such it is generally a subset of what is available in the specific formats but should... Platforms: *nix

License: Freeware Size: 1.4 MB Download (93): Audio::TagLib::Tag Download

Added: April 27, 2010 | Visits: 1.710

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: May 18, 2010 | Visits: 1.231

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 16, 2006 | Visits: 10.132

Free Wave Editor Free Wave Editor v1.7 is an advanced wav file editor that offers many functions not found in other editors. We have spent considerable time and money to bring you this product as a way of introduction to our Xtreme Audio Editor. Features... 1. Open ( Open ), create ( New ) and save (... Platforms: Windows

License: Freeware Size: 6.73 MB Download (1861): Free Wave Editor Download

1 2 3 4 5 >