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

Tie Fighter Sound software
Filter: All | Freeware | Demo
 

Tie Fighter Sound

< 1 2 3 4 5 > 
Added: March 03, 2010 | Visits: 952

Tie::File Tie::File can access the lines of a disk file via a Perl array. SYNOPSIS # This file documents Tie::File version 0.96 use Tie::File; tie @array, Tie::File, filename or die ...; $array[13] = blah; # line 13 of the file is now blah print $array[42]; # display line 42 of the file $n_recs...



Platforms: *nix

License: Freeware Size: 67.58 KB Download (97): Tie::File Download

Added: November 18, 2010 | Visits: 939

Tie::HashHistory Tie::HashHistory can track history of all changes to a tied hash. SYNOPSIS my $hh = tie %hash => Tie::HashHistory, PACKAGE, ARGS...; @values = $hh->history(KEY); Tie::HashHistory interposes itself between your program and another tied hash. Fetching and storing to the hash looks...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): Tie::HashHistory Download

Added: May 06, 2010 | Visits: 976

Tie::Proxy::Hash Tie::Proxy::Hash is a Perl module created to efficiently merge & translate hashes. SYNOPSIS my (%hash, $ref); $ref = tie %hash, Tie::Proxy::Hash, (bart => +{a => 1, b => 2}, maggie => +{a => 5, c => 6, e => 10}, ); $hash{a} == 1; # true $hash{b} == 2; # true (bart supercedes maggie)...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (99): Tie::Proxy::Hash Download

Added: July 26, 2010 | Visits: 1.044

Tie::Hash::Stack Tie::Hash::Stack is a Perl module which maintains an array of hashes like a stack. SYNOPSIS use Tie::Hash::Stack qw(pop_hash push_hash merge_hash); my %hash; tie( %hash, "Tie::Hash::Stack" ); # Ties the hash $hash{ 1 } = "one"; $hash{ 2 } = "two"; $hash{ 3 } = "three"; push_hash...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (186): Tie::Hash::Stack Download

Added: March 22, 2010 | Visits: 1.313

The Analysis & Reconstruction Sound Engine The Analysis & Reconstruction Sound Engine also known as ARSE, is a program that analyses a sound file into a spectrogram and is able to synthetise this spectrogram, or any other user-created image, back into a sound. The ARSE consists in two main parts, a spectrographer with a base-2...


Platforms: *nix

License: Freeware Size: 696.32 KB Download (94): The Analysis & Reconstruction Sound Engine Download

Added: April 15, 2010 | Visits: 1.010

Sound Juicer 2.16.4 / Sound Juicer is a clean, mean, and lean CD ripper for GNOME 2. Sound Juicer sports a clean interface and simple preferences, aiming to do The Right Thing and What You Mean all of the time. It requires GNOME 2.10 and GStreamer 0.8..


Platforms: *nix

License: Freeware Size: 1.5 MB Download (97): Sound Juicer 2.16.4 / Download

Added: May 05, 2010 | Visits: 846

Tie::FlatFile::Array Tie::FlatFile::Array is a Perl extension which treats a flatfile database as an array of arrays. This module allows the programmer to treat a flatfile database as as array of arrays. For example, lets say you have a datafile that has fixed-length records like so: Field-name Type URL ASCII...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Tie::FlatFile::Array Download

Added: October 27, 2010 | Visits: 2.365

SoundTouch Sound Processing Library SoundTouch Sound Processing Library is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files: - Tempo (time-stretch): Changes the sound to play at faster or slower speed than original, without affecting the sound pitch. - Pitch (key)...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (278): SoundTouch Sound Processing Library Download

Added: July 09, 2010 | Visits: 1.385

Simple Sound for Small Devices Simple Sound for Small Devices (libsssd) is a simple cross-platform audio library. Simple Sound for Small Devices is designed primarily for games on portable devices such as smart phones, PDAs, and hand-helds. Simple Sound for Small Devices is designed as a very portable, cross-platform API for...


Platforms: *nix

License: Freeware Size: 942.08 KB Download (90): Simple Sound for Small Devices Download

Added: June 18, 2010 | Visits: 1.589

Sound Studio Sound Studio is a Tcl/Tk application written by Paul Sharpe as his third year individual project, for which he received the Microsoft Prize for Software Engineering. It was subsequently improved by Robin Whitehead. It enables recording, playback and simple cut & paste editing of sound files of...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (166): Sound Studio Download

Added: February 25, 2010 | Visits: 1.366

Ice Sound Manager Ice Sound Manager was designed to ease the management of sound events, sound themes, and the IceSound server in the IceWM environment under Linux/Unix. It is also intended to be an improvement upon the noble, but primitive icesndcfg. The main improvements over icesndcfg include a support for...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (102): Ice Sound Manager Download

Added: May 21, 2010 | Visits: 942

Tie::Form Tie::Form is a Perl module to access a machine readable database file that minics a hardcopy form. SYNOPSIS require Tie::Form; ##### # Using support methods and file handle with # the file subroutines such as open(), readline() # print(), close() # tie *FORM_FILEHANDLE, Tie::Form,...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (92): Tie::Form Download

Added: November 24, 2010 | Visits: 964

Tie::Layers SYNOPSIS ##### # Subroutines # use Tie::Layers qw(is_handle config); $yes = is_handle( $file_handle ); ($key, $old_value) = config(%options, $key); ($key, $old_value) = config(%options, $key => $new_value ); #### # Config default startup options # @old_options_list =...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (90): Tie::Layers Download

Added: March 24, 2010 | Visits: 887

Tie::FormA Tie::FormA is a Perl module that can access a machine readable database file that minics a hardcopy form. SYNOPSIS require Tie::FormA; ##### # Using support methods and file handle with # the file subroutines such as open(), readline() # print(), close() # tie *FORM_FILEHANDLE,...


Platforms: *nix

License: Freeware Size: 100.35 KB Download (92): Tie::FormA Download

Added: August 22, 2010 | Visits: 933

Tie::Gzip Tie::Gzip is a Perl module that can read and write gzip compressed files. SYNOPSIS require Tie::Gzip; tie filehandle, Tie::Gzip tie filehandle, Tie::Gzip, mode, filename tie filehandle, Tie::Gzip, filename tie filehandle, Tie::Gzip, %options tie filehandle, Tie::Gzip, mode, filename,...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (128): Tie::Gzip Download

Added: June 19, 2010 | Visits: 780

Tie::Eudora Tie::Eudora is a Perl module that can encode/decode emails, read/write emails in Eudora mailbox files. SYNOPSIS #### # Subroutine interface # $encoded_email = decode_record($mailbox_email); @email = decode_field($encoded_email); $encoded_email = encode_field (@email); $mailbox_email =...


Platforms: *nix

License: Freeware Size: 66.56 KB Download (93): Tie::Eudora Download

Added: February 14, 2010 | Visits: 1.129

Docs::Site_SVD::Tie::FormA Docs::Site_SVD::Tie::FormA is a software version description (SVD) for the Tie::FormA program module. The system is the Perl programming language software. As established by the Perl referenced documents, program modules, such the "Tie::Form" module, extends the Perl language. The "Tie::Form"...


Platforms: *nix

License: Freeware Size: 100.35 KB Download (91): Docs::Site_SVD::Tie::FormA Download

Added: May 08, 2010 | Visits: 772

Tie::Tk::Listbox Tie::Tk::Listbox provides allows to access Tk::Listbox and similar widgets as arrays. The Tie::Tk::Listbox module allows you to tie the contents of a Tk::Listbox widget to an ordinary Perl array for easy modification. Additionally, you may tie a Tk::Scrolled widget or any other widget that...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Tie::Tk::Listbox Download

Added: November 16, 2010 | Visits: 2.937

DSI Sound Station DSI Sound Station is broadcast software for everything related to audio and station management. DSI Sound Station is for broadcast radio and TV stations of all sizes. It provides hard-disk audio recording, an on-line newsroom, a disc/media cataloguer, and sales utilities (like contracts and...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (342): DSI Sound Station Download

Added: November 23, 2010 | Visits: 1.080

SWF::Builder::Character::Sound SWF::Builder::Character::Sound is a SWF Sound character. SYNOPSIS my $sound = $mc->new_sound( ring.mp3 ); $sound->play; This module creates SWF sound characters from MP3 or raw Microsoft WAV files. $sound = $mc->new_sound( $filename ) loads a sound file and returns a new sound...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (104): SWF::Builder::Character::Sound Download

< 1 2 3 4 5 >