|
From: Frank M. K. <fr...@kr...> - 2006-11-09 09:26:23
|
Hi Wolfgang,
I have updated PHP 5.2 and PHP 6 branches with this patch. Thanks.
Does the ming project provide cvs emails when new stuff is commited to
CVS? That would make it easier to keep track of changes.
- Frank
> attached is a patch that never made it into php
> It adds two features:
> streamMP3 now returns the nr of frames of the mp3 file, instead of
nothing
> This can be used for script like below:
> $frames = $m->streamMp3(fopen("$mp3path/$file.mp3", "r"));
> while(--$frames >= 0)
> $m->nextFrame();
> streamMP3 also takes an optional second parameter - the amount of music
> to skip at the beginning
>
> Wolfgang
>
|