changeset 974:9c7e91d813a0

Merged.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Nov 2014 11:07:12 +0200
parents 0c11b391007b (diff) c1738ee91f6a (current diff)
children 38936f77856e
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mconfig.inc.php.example	Sat Nov 29 11:00:36 2014 +0200
+++ b/mconfig.inc.php.example	Sat Nov 29 11:07:12 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