PHP-MP3
PHP-MP3 copied to clipboard
A PHP library for performing baisc operations (splitting, joining, etc) on MP3 files without an external library.
Results
1
PHP-MP3 issues
Sort by
recently updated
recently updated
newest added
$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?