comparison faptool.php @ 1026:37901bdbc545

Switch to the official --end-time parameter of openmpt123
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 08 Nov 2015 23:43:54 +0200
parents 2a96426159f1
children 8f242f756b0b
comparison
equal deleted inserted replaced
1025:a5af0dbf55b5 1026:37901bdbc545
95 "/usr/local/bin/openmpt123" 95 "/usr/local/bin/openmpt123"
96 , 96 ,
97 "--force --quiet ". 97 "--force --quiet ".
98 "--samplerate ".$sfreq." ". 98 "--samplerate ".$sfreq." ".
99 "--channels ".$schannels." ". 99 "--channels ".$schannels." ".
100 "--playtime ".$sduration." ". 100 "--end-time ".($sduration)." ".
101 escapeshellarg($inFilename)." -o ".escapeshellarg($outFilename), 101 escapeshellarg($inFilename)." -o ".escapeshellarg($outFilename),
102 0); 102 0);
103 } 103 }
104 104
105 105