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

Device Sound freeware
Filter: All | Freeware | Demo
 

Device Sound

< 1 2 3 4 5 > 
Added: September 02, 2010 | Visits: 1.308

Device Control Device Device Control Device is a platform independent remote telescope and device control program compatible with the INDI standard (see http://indi.sourceforge.net/). This program is a client (a user interface) and provides functions to control devices connected to a remote system that is running an... Platforms: *nix

License: Freeware Size: 74.75 KB Download (100): Device Control Device Download

Added: July 19, 2010 | Visits: 1.015

Sound Monitor Sound Monitor is a GNOME panel applet, it displays the current Volume output of the Esound daemon, also, optionally shows the Esound status: Off(error), Standby, Ready. The esound server information can be displayed, the balance and volume can be also be adjusted for streams and samples. An extra... Platforms: *nix

License: Freeware Size: 307.2 KB Download (109): Sound Monitor Download

Added: January 09, 2010 | Visits: 1.031

Sound Mural Sound Mural is a picture-to-sound converter plugin for Xpaint. An image that has been loaded or composed in Xpaint is treated as a spectrogram, and the corresponding audio is written out as a WAV file. Examples of what Sound Mural can do, can be seen and heard on the Sound Mural Web page.... Platforms: *nix

License: Freeware Size: 10.24 KB Download (107): Sound Mural Download

Added: August 15, 2010 | Visits: 1.304

Transfer to Media Device Transfer to Media Device is a script that creates a new Playlist Right Click Menu item for transferring selected playlist items to your iPod via the Media Device Browser. This script now also supports generic copy to operation for USB mass storage devices. Currently the script will prompt for a... Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): Transfer to Media Device Download

Added: June 09, 2010 | Visits: 2.427

Device::SNP Device::SNP is a Perl extension for the GE Fanuc SNP-X serial protocol as used by GE Fanuc DataPanel data terminals. See http://www.gefanuc.com/en/ProductServices/VisPCSolutions/DataPanel/index.html SYNOPSIS use Device::SNP; my $s = new Device::SNP::Slave( Portname => /dev/ttyUSB0, Debug... Platforms: *nix

License: Freeware Size: 22.53 KB Download (578): Device::SNP Download

Added: September 26, 2010 | Visits: 1.406

Device::ISDN::OCLM Device::ISDN::OCLM is a perl module to control the 3com OfficeConnect LanModem. SYNOPSIS $sp = 1; $pw = secret; $lanmodem = Device::ISDN::OCLM->new (); $lanmodem->password ($pw); $command = manualConnect; $status = $lanmodem->$command ($sp); while (($status eq CLOCK) || ($status eq... Platforms: *nix

License: Freeware Size: 13.31 KB Download (96): Device::ISDN::OCLM Download

Added: March 22, 2010 | Visits: 1.315

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

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: October 27, 2010 | Visits: 2.368

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

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

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

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: August 03, 2010 | Visits: 804

Device::TNC Device::TNC is a Perl module that acts like a generic interface to a TNC. This module implements a generic interface to a Terminal Node Controller (TNC). It loads sub classes that provide the low level interface for the appropriate TNC to be used and provides higher level methods to return... Platforms: *nix

License: Freeware Size: 16.38 KB Download (93): Device::TNC Download

Added: October 01, 2010 | Visits: 1.197

Device::Cdio::Track Device::Cdio::Track is a Perl class for track aspects of Device::Cdio. SYNOPSIS use Device::Cdio::Device; use Device::Cdio::Track; $device = Device::Cdio::Device->new(-source=>/dev/cdrom); $track = $device->get_last_track(); print "track: %d, last lsn: %dn", $track->{track},... Platforms: *nix

License: Freeware Size: 225.28 KB Download (102): Device::Cdio::Track Download

Added: May 04, 2010 | Visits: 948

Device::Cdio::ISO9660::FS Device::Cdio::ISO9660::FS is a Perl class for ISO 9660 CD reading. SYNOPSIS This encapsulates ISO 9660 Filesystem aspects of CD Tracks. As such this is a This library however needs to be used in conjunction with Device::Cdio::ISO9660. use Device::Cdio::ISO9660:FS; $cd =... Platforms: *nix

License: Freeware Size: 22.53 KB Download (107): Device::Cdio::ISO9660::FS Download

Added: April 04, 2010 | Visits: 993

Device::Cdio Device::Cdio is a Perl module for CD Input and Control library. SYNOPSIS This encapsulates CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM can use this library. use Device::Cdio; use Device::Cdio::Device; @cd_drives... Platforms: *nix

License: Freeware Size: 225.28 KB Download (89): Device::Cdio Download

Added: September 14, 2010 | Visits: 809

Device::Cdio::ISO9660 Device::Cdio::ISO9660 is a Perl module for ISO 9660 handling. SYNOPSIS This encapsulates IS9660 filesystem handling. This library however needs to be used in conjunction with Device::Cdio, Device::Cdio::ISO9660::IFS and Device::Cdio::ISO::FS. use Device::Cdio::ISO9660; $name =... Platforms: *nix

License: Freeware Size: 22.53 KB Download (96): Device::Cdio::ISO9660 Download

Added: February 10, 2010 | Visits: 948

Device::Cdio::ISO9660::IFS Device::Cdio::ISO9660::IFS is a class for ISO 9660 Filesystem image reading. SYNOPSIS This encapsulates ISO 9660 filesystem Image handling. The class is often used in conjunction with Device::Cdio::ISO9660. use Device::Cdio::ISO9660; use Device::Cdio::ISO9660::IFS; $iso =... Platforms: *nix

License: Freeware Size: 225.28 KB Download (98): Device::Cdio::ISO9660::IFS Download

Added: April 09, 2010 | Visits: 925

Device::Cdio::Device Device::Cdio::Device is a class for disc and device aspects of Cdio. SYNOPSIS use Device::Cdio::Device; $d = Device::Cdio::Device->new(-driver_id=>$perlcdio::DRIVER_DEVICE); $drive_name = $d->get_device(); ($i_read_cap, $i_write_cap, $i_misc_cap) = $d->get_drive_cap(); $start_lsn =... Platforms: *nix

License: Freeware Size: 225.28 KB Download (114): Device::Cdio::Device Download

Added: February 24, 2010 | Visits: 1.734

Linux X10 universal device driver Linux X10 universal device driver (also known as Project WiSH) provides a /dev interface to an X10 network through a combination of Linux kernel modules and daemons. It is intended to provide a standard interface and syntax to shell script utilities (such as cat and echo), Perl scripts, C... Platforms: *nix

License: Freeware Size: 102.4 KB Download (221): Linux X10 universal device driver Download

< 1 2 3 4 5 >