From 62af2f575ed4558e4602325343e1a6cc5b7ae2f5 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Wed, 13 Mar 2013 22:59:54 +0100 Subject: [PATCH] Synced MP3 algorithm quality settings to LAME manual. Now we only use values 9, 7, 3 and 0. Also note that, in VBR mode, there are only two settings (9-5 and 4-0). --- doc/Changelog.html | 1 + etc/Translation/Blank.ts | 47 +++++++++++++--------------- etc/Translation/LameXP_DE.ts | 24 ++++++-------- etc/Translation/LameXP_EN.ts | 2 +- etc/Translation/LameXP_ES.ts | 20 +++++------- etc/Translation/LameXP_FR.ts | 21 +++++-------- etc/Translation/LameXP_IT.ts | 20 +++++------- etc/Translation/LameXP_KR.ts | 20 +++++------- etc/Translation/LameXP_PL.ts | 57 ++++++++++++++++------------------ etc/Translation/LameXP_RU.ts | 20 +++++------- etc/Translation/LameXP_SV.ts | 57 ++++++++++++++++------------------ etc/Translation/LameXP_TW.ts | 20 +++++------- etc/Translation/LameXP_UK.ts | 20 +++++------- etc/Translation/LameXP_ZH.ts | 20 +++++------- gui/MainWindow.ui | 4 +-- res/localization/LameXP_DE.qm | Bin 86448 -> 86501 bytes res/localization/LameXP_ES.qm | Bin 88808 -> 88466 bytes res/localization/LameXP_FR.qm | Bin 90246 -> 89898 bytes res/localization/LameXP_KR.qm | Bin 65201 -> 64951 bytes res/localization/LameXP_PL.qm | Bin 87494 -> 87154 bytes res/localization/LameXP_RU.qm | Bin 67120 -> 66756 bytes res/localization/LameXP_SV.qm | Bin 81964 -> 81640 bytes res/localization/LameXP_TW.qm | Bin 59611 -> 59373 bytes res/localization/LameXP_UK.qm | Bin 83208 -> 82872 bytes res/localization/LameXP_ZH.qm | Bin 59611 -> 59373 bytes src/Config.h | 2 +- src/Dialog_MainWindow.cpp | 11 +++---- src/Encoder_MP3.cpp | 8 ++--- src/Model_Settings.cpp | 2 +- 29 files changed, 161 insertions(+), 215 deletions(-) diff --git a/doc/Changelog.html b/doc/Changelog.html index fb33e2d8..ca3cef72 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -33,6 +33,7 @@ a:visited { color: #0000EE; }
  • Updated language files (big thank-you to all contributors !!!)
  • Fixed handling of certain characters when passing meta tags on the command-line
  • Fixed Keccak library to not crash on systems without SSE/SSE2 support +
  • Fixed LAME algorithm quality selector better match the LAME documentation (link)
    Changes between v4.05 and v4.06 [2012-11-04]: