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

Audio::TagLib::AudioProperties 1.42

  Date Added: February 21, 2010  |  Visits: 863

Audio::TagLib::AudioProperties

Report Broken Link
Printer Friendly Version


Product Homepage
Download (96 downloads)



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 Audio::TagLib::Tag APIs in providing a simple interface that is sufficient for most applications. %_ReadStyle Reading audio properties from a file can sometimes be very time consuming and for the most accurate results can often involve reading the entire file. Because in many situations speed is critical or the accuracy of the values is not particularly important this allows the level of desired accuracy to be set. keys %Audio::TagLib::AudioProperties::_ReadStyle lists all available values used in Perl code. see FLAC::Properties MPC::Properties MPEG::Properties Vorbis::Properties DESTROY() Destroys this AudioProperties instance. length() [pure virtual] Returns the lenght of the file in seconds. bitrate() [pure virtual] Returns the most appropriate bit rate for the file in kb/s. For constant bitrate formats this is simply the bitrate of the file. For variable bitrate formats this is either the average or nominal bitrate. sampleRate() [pure virtual] Returns the sample rate in Hz. channels() [pure virtual] Returns the number of audio channels..

Requirements: No special requirements
Platforms: Linux
Keyword: Abstract Interface Audio Audioproperties Audiotaglibaudioproperties Bitrate Common File Interface Libraries Programming Simple Taglib
Users rating: 0/10

License: Freeware Size: 1.4 MB
USER REVIEWS
More Reviews or Write Review


AUDIO::TAGLIB::AUDIOPROPERTIES RELATED
Libraries  -  Audio::File::AudioProperties 0.10
Audio::File::AudioProperties is a Perl module that can abstract an audio files audio properties. Audio::File::AudioProperties is the base class for other file format independant audio property classes like Audio::File::Flac::AudioProperties or...
74.75 KB  
Libraries  -  MPEG::Audio::Frame 0.09
MPEG::Audio::Frame is a class for weeding out MPEG audio frames out of a file handle. SYNOPSIS use MPEG::Audio::Frame; open FILE,"file.mp3"; while(my $frame = MPEG::Audio::Frame->read(*FILE)){ print $frame->offset(), ": ",...
358.4 KB  
Libraries  -  Audio Input-Output Library 0.2.0
Audio Input-Output Library (libaio) is meant to solve the problem of differing digital audio platforms once and for all. JACK is unnecessarily complex for most applications, and while libaos support for file output is cool, it limits what the...
153.6 KB  
Libraries  -  Bio::Location::CoordinatePolicyI 1.4
Bio::Location::CoordinatePolicyI is an abstract interface for objects implementing a certain policy of computing integer-valued coordinates of a Location. SYNOPSIS # get a location, e.g., from a SeqFeature $location = $feature->location(); #...
4.7 MB  
Libraries  -  Template::Plugin::XML::Simple 2.16
Template::Plugin::XML::Simple is a plugin interface to XML::Simple. SYNOPSIS # load plugin and specify XML file to parse [% USE xml = XML.Simple(xml_file_or_text) %] This is a Template Toolkit plugin interfacing to the XML::Simple module..
26.62 KB  
Video Players  -  SID Audio CD Ripper 1.0.0.4
Audio CD Ripper extracts audio CD tracks to audio formats MP3, WAV, WMA, OGG Vorbis with excellent output quality and direct conversion with fast encoding engine, multiple/variable bitrate support, file verification, multi-drive reading, ID3-V1 &...
4.57 MB  
Libraries  -  Audio::TagLib::Shell 1.42
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 $tag:o>artist $tag:o>channels 2...
13.31 KB  
Action Games  -  Free Audio CD Ripper 3.4.0.0
Free Audio cd ripper Features Fast and direct conversion with fast encoding engine, jitter correction, multiple/variable bitrate support, file verification, multi-drive reading, ID3V2 Tag Editor Improved freedb online CD database support - These...
13.11 KB  
Audio Tools  -  iPod Audio Ripper All in One free 1.0.0.2
iPod Audio Ripper extracts audio CD tracks to audio formats MP3, WAV, WMA, OGG Vorbis with excellent output quality and direct conversion with fast encoding engine, multiple/variable bitrate support, file verification, multi-drive reading, ID3-V1...
5.57 MB  
Libraries  -  Audio::TagLib::MPEG::Properties 1.42
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...
1.4 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB