 |
|
Innovation award
 Nominee: 2x |
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.
|
|
| Name: |
Audio Streamer |
| Base name: |
audio_streamer |
| Description: |
Convert audio files to MP3 or WAV format streams |
| Version: |
0.1 |
| PHP version: |
5.0 |
| License: |
GNU Lesser General Public License (LGPL) |
| All time users: |
3129 users |
| All time rank: |
1014 |
| Week users: |
7 users |
| Week rank: |
348  |
| |
|
 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 |
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|