comparison mconfig.inc.php.example @ 1043:c0e21a405256

Change external tool handling.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 20 Nov 2015 14:44:51 +0200
parents 8f242f756b0b
children 48e16e856646
comparison
equal deleted inserted replaced
1042:b17c41ffe43b 1043:c0e21a405256
56 // Used for openmpt123 and avconv 56 // Used for openmpt123 and avconv
57 "sampleFreq" => 44100, // in Hz 57 "sampleFreq" => 44100, // in Hz
58 "sampleChannels" => 1, // 1 = mono, 2 = stereo 58 "sampleChannels" => 1, // 1 = mono, 2 = stereo
59 "sampleDuration" => 30, // in seconds 59 "sampleDuration" => 30, // in seconds
60 60
61 "openmpt123ExtraArgs" => "", // Extra commandline arguments for openmpt123 61 //"avconv_exe" => "ffmpeg", // avconv/ffmpeg binary executable
62 //"gfxconv_exe" => "gfxconv",
63 //"openmpg123_exe" => "openmpt123",
64
65 "openmpt123_args" => "", // Extra commandline arguments for openmpt123
62 66
63 // Samples to be generated, and their avconv settings 67 // Samples to be generated, and their avconv settings
64 "sampleTypes" => array( 68 "sampleTypes" => array(
65 "OggVorbis" => array("-f" => "ogg", "-c:a" => "libvorbis", "-q:a" => 5), 69 "OggVorbis" => array("-f" => "ogg", "-c:a" => "libvorbis", "-q:a" => 5),
66 "MP3" => array("-f" => "mp3", "-c:a" => "libmp3lame", "-b:a" => "96k"), 70 "MP3" => array("-f" => "mp3", "-c:a" => "libmp3lame", "-b:a" => "96k"),