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

MPEG::Audio::Frame 0.09

  Date Added: March 14, 2010  |  Visits: 1.041

MPEG::Audio::Frame

Report Broken Link
Printer Friendly Version


Product Homepage
Download (115 downloads)



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(), ": ", $frame->bitrate(), "Kbps/", $frame->sample()/1000, "KHzn"; # or something. } A very simple, pure Perl module which allows parsing out data from mp3 files, or streams, and chunking them up into different frames. You can use this to accurately determine the length of an mp3, filter nonaudio data, or chunk up the file for streaming via datagram. Virtually anything is possible..

Requirements: No special requirements
Platforms: Linux
Keyword: Audio Class File Frames Libraries Mpeg Audio Mpegaudioframe Out Of Programming Weeding Weeding Out
Users rating: 0/10

License: Freeware Size: 358.4 KB
USER REVIEWS
More Reviews or Write Review


MPEG::AUDIO::FRAME RELATED
Libraries  -  Audio::TagLib::MPEG::File 1.42
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...
1.4 MB  
Code Management Tools  -  ProGuard 3.9 / 4.0 Beta
ProGuard is a free Java class file shrinker, optimizer, and obfuscator. ProGuard project can detect and remove unused classes, fields, methods, and attributes. It can then optimize bytecode and remove unused instructions. Finally, it can rename...
 
Programming  -  asm2class 0.1.2
Asm2class is a java assembly to class file compiler. Asm2class is release under the terms of the GPL License. The current version of asm2class (0.1.2) is a beta version and allow generating class file from java assembly file that contains class...
1.17 MB  
Networking Tools  -  PHP Client Sniffer 2.1.3
PHP Client Sniffer is a PHP class file that allows one to quickly determine the clients browser and system information based on the HTTP_USER_AGENT string. The class can be used to generate browser specific html marks and other client side...
20.48 KB  
Development Editors  -  DCompiler Alpha
The aim of this project is to develope a decompiler for java which is platform independent and has options to obfuscate the class file also.The project takes class file as input and decompiles it and provides the source file. About this...
 
Libraries  -  Audio::Mad::Util 0.6
Audio::Mad::Util is a utility class for working with mpeg streams. This module provides some support functions for gathering information out of an mpeg stream. Currently this module is intended for learning and internal purposes only, it will...
122.88 KB  
Multimedia & Graphics  -  All Free DVD to MPEG Converter 6.0.7
With extremely high quality, All Free DVD to MPEG Converter is an easy to use tool to convert a DVD movie to an MPEG file. It uses the least time but gets the best sound and image! It helps you backup your DVDs as MPEG file, which can save you a...
6.56 MB  
Video Editors  -  dumpmpeg 0.6
dumpmpeg is a simple program that allows you to dump frames from mpeg movies. Future features may include dumping of the audio as well. To install dumpmpeg, you need the SMPEG and SDL libraries installed. Currently you need the latest CVS...
43.01 KB  
Multimedia & Graphics  -  dumpmpeg 0.6
dumpmpeg is a simple program that allows you to dump frames from mpeg movies. Future features might include dumping of the audio as well. dumpmpeg uses Loki's SMPEG library (and therefore also depends on SDL).
40.96 KB  
Audio Tools  -  ffdshow 20041012
Free codec for DivX and XviD files ffdshow is DirectShow and VFW codec for decoding/encoding many video and audio formats, including DivX and XviD movies using libavcodec, xvid and other opensourced libraries with a rich set of postprocessing...
3.7 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