diff mconfig.inc.php.example @ 1028:8f242f756b0b

Add new configuration setting "openmpt123ExtraArgs".
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Nov 2015 20:05:26 +0200
parents 0c11b391007b
children c0e21a405256
line wrap: on
line diff
--- a/mconfig.inc.php.example	Thu Nov 19 17:47:17 2015 +0200
+++ b/mconfig.inc.php.example	Thu Nov 19 20:05:26 2015 +0200
@@ -58,6 +58,8 @@
   "sampleChannels" => 1, // 1 = mono, 2 = stereo
   "sampleDuration" => 30, // in seconds
 
+  "openmpt123ExtraArgs" => "", // Extra commandline arguments for openmpt123
+
   // Samples to be generated, and their avconv settings
   "sampleTypes" => array(
     "OggVorbis" => array("-f" => "ogg", "-c:a" => "libvorbis", "-q:a" => 5),