changeset 973:0c11b391007b

Fix example config.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Nov 2014 11:03:08 +0200
parents d28f36ced178
children 9c7e91d813a0
files mconfig.inc.php.example
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mconfig.inc.php.example	Sat Nov 29 10:43:31 2014 +0200
+++ b/mconfig.inc.php.example	Sat Nov 29 11:03:08 2014 +0200
@@ -60,8 +60,8 @@
 
   // Samples to be generated, and their avconv settings
   "sampleTypes" => array(
-    "MP3"       => array("-f" => "ogg", "-c:a" => "libvorbis", "-b:a" => 96),
-    "OggVorbis" => array("-f" => "mp3", "-c:a" => "libmp3lame", "-q:a" => 5),
+    "OggVorbis" => array("-f" => "ogg", "-c:a" => "libvorbis", "-q:a" => 5),
+    "MP3"       => array("-f" => "mp3", "-c:a" => "libmp3lame", "-b:a" => "96k"),
   ),
 
   // Preview image files settings