# HG changeset patch # User Matti Hamalainen # Date 1447019034 -7200 # Node ID 37901bdbc545037047eefde8a1cc9a8c36c7a66f # Parent a5af0dbf55b50482d9ea4b26b07b1883b6e7cbd4 Switch to the official --end-time parameter of openmpt123 diff -r a5af0dbf55b5 -r 37901bdbc545 faptool.php --- a/faptool.php Fri Nov 06 21:57:46 2015 +0200 +++ b/faptool.php Sun Nov 08 23:43:54 2015 +0200 @@ -97,7 +97,7 @@ "--force --quiet ". "--samplerate ".$sfreq." ". "--channels ".$schannels." ". - "--playtime ".$sduration." ". + "--end-time ".($sduration)." ". escapeshellarg($inFilename)." -o ".escapeshellarg($outFilename), 0); }