PHP Classes
Icontem

Class: Audio Streamer


  Search   All class groups All class groups   Latest entries Latest entries   Top 10 charts Top 10 charts   Newsletter Newsletter   Blog Blog   Forums Forums   Help FAQ Help FAQ  
  Login   Register  
Recommend this page to a friend! ReTweet ReTweet Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of adrien gibrat  >  Audio Streamer  >  Download  >  Support forum Support forum (2)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Audio Streamer Support forum
Base name: audio_streamer
Description: Convert audio files to MP3 or WAV format streams
Related top rated classes: , , ,
Version: 0.1
Required PHP version: 5.0
License: GNU Lesser General Public License (LGPL)
All time users: 1779 users
All time rank: 1534
Week users: 13 users
Week rank: 517
 
  Author   Group folder image Groups   Detailed description  
  Rate classes User ratings   Applications   Files Files  

Author

Picture of adrien gibrat
Name: adrien gibrat <e-mail contact>
Published packages: 4 Browse this author's classes Browse this author's classes
Country: France France - PHP jobs in France
Home page: ???
Age: 30
All time rank: 425
Week rank: 237

Innovation Award

PHP Programming Innovation award nominee
June 2007
Number 4
PHP does not have built-in extensions to manipulate audio. This apparent limitation can be compensated by using external audio manipulation programs that PHP can execute.

Sometimes it is necessary to manipulate large audio files. If PHP retrieves the resulting audio files into memory before serving them to the users, that may exceed the configured PHP memory limits.

That also would impose a delay caused by the time that programs take to finish the audio processing operations.

Another alternative is to generate temporary files to store the result of the requested audio manipulation operations. This would solve the memory problem, but it could take too much disk space and would not solve the delay problem.

This class implements an alternative that takes advantage of pipes between programs that are available under Unix, Linux and other systems, to execute external audio manipulation programs.

This way, the resulting audio files can be streamed directly to the user browser without any delays, and without taking too much server memory or any disk space.

Manuel Lemos

Groups

Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes

Detailed description

This class can be used the convert audio files in many formats to MP3 or WAV format streams.

It uses external programs to read audio files in many formats and output audio streams in the MP3 or WAV formats.

The converted streams can be saved to other files or served as the current script output.

Currently it supports converting files in the formats: MP3, WAV, OGG, FLAC, MPC, APE, WV, OFR, LA, PAC, SHN, AAC, AC3, AIF, 3GP, MOV, RAW and WMA.

The stream output bit rate and mono/stereo mode parameters are configurable.

User ratings

There are not enough user ratings to display for this class.

Applications that use this class

No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

Files

File Role Description
Plain text file class.audio_streamer.php Class Audio Streamer class
Plain text file exemple.php Example Exemple usage
Download all files: audio_streamer.tar.gz audio_streamer.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.

 
  Advertise on this site Advertise on this site   Site map Site map   Statistics Statistics   Site tips Site tips   Privacy policy Privacy policy   Contact Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2009 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products