comparison faptool.php @ 1028:8f242f756b0b

Add new configuration setting "openmpt123ExtraArgs".
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Nov 2015 20:05:26 +0200
parents 37901bdbc545
children bada991641ba
comparison
equal deleted inserted replaced
1027:0603012e99b7 1028:8f242f756b0b
96 , 96 ,
97 "--force --quiet ". 97 "--force --quiet ".
98 "--samplerate ".$sfreq." ". 98 "--samplerate ".$sfreq." ".
99 "--channels ".$schannels." ". 99 "--channels ".$schannels." ".
100 "--end-time ".($sduration)." ". 100 "--end-time ".($sduration)." ".
101 stGetSetting("openmpt123ExtraArgs").
101 escapeshellarg($inFilename)." -o ".escapeshellarg($outFilename), 102 escapeshellarg($inFilename)." -o ".escapeshellarg($outFilename),
102 0); 103 0);
103 } 104 }
104 105
105 106