From 33b55de0055c3f8deed5cfe8941b4a5ece9a6ab1 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Thu, 3 Oct 2013 19:14:24 +0200 Subject: [PATCH] Tweaked default values for encoder settings. --- src/Config.h | 2 +- src/Dialog_MainWindow.cpp | 2 +- src/Model_Settings.cpp | 34 +++++++++++++++++----------------- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/Config.h b/src/Config.h index 28275e37..8388e6a6 100644 --- a/src/Config.h +++ b/src/Config.h @@ -34,7 +34,7 @@ #define VER_LAMEXP_MINOR_LO 9 #define VER_LAMEXP_TYPE Alpha #define VER_LAMEXP_PATCH 1 -#define VER_LAMEXP_BUILD 1349 +#define VER_LAMEXP_BUILD 1350 #define VER_LAMEXP_CONFG 1348 /////////////////////////////////////////////////////////////////////////////// diff --git a/src/Dialog_MainWindow.cpp b/src/Dialog_MainWindow.cpp index c6afdf2d..b41fda45 100644 --- a/src/Dialog_MainWindow.cpp +++ b/src/Dialog_MainWindow.cpp @@ -954,7 +954,7 @@ void MainWindow::changeEvent(QEvent *e) { if(e->type() == QEvent::LanguageChange) { - qWarning("\nMainWindow::changeEvent()\n"); + /*qWarning("\nMainWindow::changeEvent()\n");*/ int comboBoxIndex[8]; diff --git a/src/Model_Settings.cpp b/src/Model_Settings.cpp index 23cbd973..226e2fa5 100644 --- a/src/Model_Settings.cpp +++ b/src/Model_Settings.cpp @@ -564,37 +564,37 @@ LAMEXP_MAKE_OPTION_B(bitrateManagementEnabled, false) LAMEXP_MAKE_OPTION_I(bitrateManagementMaxRate, 500) LAMEXP_MAKE_OPTION_I(bitrateManagementMinRate, 32) LAMEXP_MAKE_OPTION_I(compressionAbrBitrateAacEnc, 20) -LAMEXP_MAKE_OPTION_I(compressionAbrBitrateAften, 15) -LAMEXP_MAKE_OPTION_I(compressionAbrBitrateDcaEnc, 47) -LAMEXP_MAKE_OPTION_I(compressionAbrBitrateFLAC, 0) +LAMEXP_MAKE_OPTION_I(compressionAbrBitrateAften, 17) +LAMEXP_MAKE_OPTION_I(compressionAbrBitrateDcaEnc, 13) +LAMEXP_MAKE_OPTION_I(compressionAbrBitrateFLAC, 5) LAMEXP_MAKE_OPTION_I(compressionAbrBitrateLAME, 10) -LAMEXP_MAKE_OPTION_I(compressionAbrBitrateOggEnc, 20) -LAMEXP_MAKE_OPTION_I(compressionAbrBitrateOpusEnc, 16) +LAMEXP_MAKE_OPTION_I(compressionAbrBitrateOggEnc, 16) +LAMEXP_MAKE_OPTION_I(compressionAbrBitrateOpusEnc, 11) LAMEXP_MAKE_OPTION_I(compressionAbrBitrateWave, 0) LAMEXP_MAKE_OPTION_I(compressionCbrBitrateAacEnc, 20) -LAMEXP_MAKE_OPTION_I(compressionCbrBitrateAften, 15) -LAMEXP_MAKE_OPTION_I(compressionCbrBitrateDcaEnc, 47) -LAMEXP_MAKE_OPTION_I(compressionCbrBitrateFLAC, 0) +LAMEXP_MAKE_OPTION_I(compressionCbrBitrateAften, 17) +LAMEXP_MAKE_OPTION_I(compressionCbrBitrateDcaEnc, 13) +LAMEXP_MAKE_OPTION_I(compressionCbrBitrateFLAC, 5) LAMEXP_MAKE_OPTION_I(compressionCbrBitrateLAME, 10) -LAMEXP_MAKE_OPTION_I(compressionCbrBitrateOggEnc, 20) -LAMEXP_MAKE_OPTION_I(compressionCbrBitrateOpusEnc, 16) +LAMEXP_MAKE_OPTION_I(compressionCbrBitrateOggEnc, 16) +LAMEXP_MAKE_OPTION_I(compressionCbrBitrateOpusEnc, 11) LAMEXP_MAKE_OPTION_I(compressionCbrBitrateWave, 0) LAMEXP_MAKE_OPTION_I(compressionEncoder, 0) LAMEXP_MAKE_OPTION_I(compressionRCModeAacEnc, 0) LAMEXP_MAKE_OPTION_I(compressionRCModeAften, 0) -LAMEXP_MAKE_OPTION_I(compressionRCModeDcaEnc, 0) +LAMEXP_MAKE_OPTION_I(compressionRCModeDcaEnc, 2) LAMEXP_MAKE_OPTION_I(compressionRCModeFLAC, 0) LAMEXP_MAKE_OPTION_I(compressionRCModeLAME, 0) LAMEXP_MAKE_OPTION_I(compressionRCModeOggEnc, 0) LAMEXP_MAKE_OPTION_I(compressionRCModeOpusEnc, 0) -LAMEXP_MAKE_OPTION_I(compressionRCModeWave, 0) +LAMEXP_MAKE_OPTION_I(compressionRCModeWave, 2) LAMEXP_MAKE_OPTION_I(compressionVbrQualityAacEnc, 10) -LAMEXP_MAKE_OPTION_I(compressionVbrQualityAften, 8) -LAMEXP_MAKE_OPTION_I(compressionVbrQualityDcaEnc, 0) -LAMEXP_MAKE_OPTION_I(compressionVbrQualityFLAC, 8) +LAMEXP_MAKE_OPTION_I(compressionVbrQualityAften, 15) +LAMEXP_MAKE_OPTION_I(compressionVbrQualityDcaEnc, 13) +LAMEXP_MAKE_OPTION_I(compressionVbrQualityFLAC, 5) LAMEXP_MAKE_OPTION_I(compressionVbrQualityLAME, 7) -LAMEXP_MAKE_OPTION_I(compressionVbrQualityOggEnc, 5) -LAMEXP_MAKE_OPTION_I(compressionVbrQualityOpusEnc, 0) +LAMEXP_MAKE_OPTION_I(compressionVbrQualityOggEnc, 7) +LAMEXP_MAKE_OPTION_I(compressionVbrQualityOpusEnc, 11) LAMEXP_MAKE_OPTION_I(compressionVbrQualityWave, 0) LAMEXP_MAKE_OPTION_B(createPlaylist, true) LAMEXP_MAKE_OPTION_S(currentLanguage, defaultLanguage())