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

Visualization Audio Gnome freeware
Filter: All | Freeware | Demo
 

Visualization Audio Gnome

< 1 2 3 4 5 
Added: January 08, 2010 | Visits: 1.029

Audio::TagLib::MPEG::XingHeader Audio::TagLib::MPEG::XingHeader is an implementation of the Xing VBR headers. SYNOPSIS use Audio::TagLib::MPEG::XingHeader; my $i = Audio::TagLib::MPEG::XingHeader->new($data); print $i->isValid() ? "valid" : "invalid", "n"; This is a minimalistic implementation of the Xing VBR headers....



Platforms: *nix

License: Freeware Size: 1.4 MB Download (116): Audio::TagLib::MPEG::XingHeader Download

Added: May 02, 2010 | Visits: 1.205

Audio::TagLib::MPEG::Properties Audio::TagLib::MPEG::Properties is an implementation of audio property reading for MP3. SYNOPSIS use Audio::TagLib::MPEG::Properties; my $f = Audio::TagLib::MPEG::File->new("sample file.mp3"); my $i = $f->audioProperties(); print $i->layer(), "n"; # got 3 This reads the data from an...





Platforms: *nix

License: Freeware Size: 1.4 MB Download (101): Audio::TagLib::MPEG::Properties Download

Added: February 18, 2010 | Visits: 777

Audio::TagLib::ByteVector Audio::TagLib::ByteVector is a byte vector. SYNOPSIS use Audio::TagLib::ByteVector; my $i = Audio::TagLib::ByteVector->new(); $i->setData("blah blah blah"); print $i->data(), "n"; # got "blah blah blah" This class provides a byte vector with some methods that are useful for tagging...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (92): Audio::TagLib::ByteVector Download

Added: September 26, 2010 | Visits: 1.433

Audio::TagLib::MPEG::Header Audio::TagLib::MPEG::Header is an implementation of MP3 frame headers. SYNOPSIS use Audio::TagLib::MPEG::Header; my $i = Audio::TagLib::MPEG::Header->new($data); This is an implementation of MPEG Layer III headers. The API follows more or less the binary format of these headers. Refer to...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (129): Audio::TagLib::MPEG::Header Download

Added: April 22, 2010 | Visits: 838

Audio::TagLib::ID3v2::RelativeVolumeFrame Audio::TagLib::ID3v2::RelativeVolumeFrame is an ID3v2 relative volume adjustment frame implementation. SYNOPSIS use Audio::TagLib::ID3v2::RelativeVolumeFrame; my $i = Audio::TagLib::ID3v2::RelativeVolumeFrame->new( Audio::TagLib::ByteVector->new("")); $i->setChannelType("MasterVolume");...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (92): Audio::TagLib::ID3v2::RelativeVolumeFrame Download

Added: January 18, 2010 | Visits: 1.272

Audio::TagLib::Shell Audio::TagLib::Shell is a mini shell of Audio::TagLib. SYNOPSIS $> perl -MAudio::TagLib::Shell -e shell $tag:>open file openned successfully $tag:o>title < title in tag > $tag:o>artist < artist in tag > $tag:o>channels 2 $tag:o>setComment blah blah blah comment set successfully...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (98): Audio::TagLib::Shell Download

Added: March 05, 2010 | Visits: 1.174

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: February 03, 2010 | Visits: 1.210

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

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: June 24, 2010 | Visits: 1.291

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 (101): Audio::TagLib::Ogg::FLAC::File Download

Added: July 17, 2010 | Visits: 972

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: February 21, 2010 | Visits: 862

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

Added: February 08, 2010 | Visits: 747

Audio::RaveMP Audio::RaveMP is a Perl interface to Sensory Science RaveMP player. SYNOPSIS use Audio::RaveMP (); The Audio::RaveMP module provides a Perl interface to the Sensory Science RaveMP player. METHODS new my $rmp = Audio::RaveMP->new; permitted Check parallel port permissions (must be...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (94): Audio::RaveMP Download

Added: October 15, 2010 | Visits: 1.211

Audio::CD Audio::CD is a Perl interface to libcdaudio (cd + cddb). SYNOPSIS use Audio::CD (); my $cd = Audio::CD->init; Audio::CD provides a Perl interface to libcdaudio by Tony Arcieri, available from http://cdcd.undergrid.net/ Several classes provide glue for the libcdaudio functions and data...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (99): Audio::CD Download

Added: November 01, 2013 | Visits: 855

Dropline GNOME Dropline GNOME is a version of the GNOME Desktop that has been tweaked for Slackware Linux systems. It is available in Slackware's standard .tgz package format and requires Slackware 11.0 or higher.


Platforms: *nix

License: Freeware Size: 7.67 MB Download (98): Dropline GNOME Download

Added: January 07, 2010 | Visits: 5.620

GNOME Bluetooth GNOME Bluetooth are tools for controlling and communicating with Bluetooth devices. GNOME Bluetooth includes a GNOME platform library and associated tools for interfacing with and managing Bluetooth devices. Includes OBEX file transfer utilities and a prototype device manager. GNOME Bluetooth...


Platforms: *nix

License: Freeware Size: 1024 KB Download (2788): GNOME Bluetooth Download

Added: March 21, 2010 | Visits: 1.086

Audio::Xmpcr Audio::Xmpcr is a Perl API to the XM PCR Satellite radio. It offers two different operating modes (direct and remote+daemon) via a single interface.This is very alpha, use at your own risk. It has only been tested only with few cards. 16 meg all-in-wonder rage 128 capture card. 8 meg...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (103): Audio::Xmpcr Download

Added: November 22, 2010 | Visits: 1.034

gnome-mag gnome-mag provides a command-line interface for standalone use. gnome-mags primary goal is to provide a set of magnification services for use by other client applications and assistive technologies. For information on the "magnifier" command=line utility, type "magnifier --help" or "magnifier...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (102): gnome-mag Download

Added: October 24, 2010 | Visits: 1.067

Gnome Keyring Manager Gnome Keyring Manager is a keyring management program for the GNOME Desktop. The development of this application will be like a tutorial for people on gnome-love and the main idea is that these people in gnome-love do the code themself, helped by the hacker-trainers. You can follow the...


Platforms: *nix

License: Freeware Size: 593.92 KB Download (101): Gnome Keyring Manager Download

Added: June 09, 2010 | Visits: 1.002

GNOME Mastermind GNOME Mastermind is a Mastermind clone for GNOME Desktop. GNOME Mastermind is a simple mastermind-like game that ive written mainly for fun and with learning purposes in spare time. Now it became quite stable and i decided to distribute it. Try it and give me some feedback.. GNOME Mastermind a...


Platforms: *nix

License: Freeware Size: 552.96 KB Download (105): GNOME Mastermind Download

< 1 2 3 4 5