thegallagher / PHP-MP3

A PHP library for performing baisc operations (splitting, joining, etc) on MP3 files without an external library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

extract generate 0 size file

solucionesuno opened this issue · comments

$mp3 = new PHPMP3($fullpath);
$mp3_1 = $mp3->extract(343,999999999);
$mp3_1->save($newname);

with this values the file generated is 0 size.

smaller value like 100,999999999 works fine. why?