Add setting for setting reply gain fallback gain

This commit is contained in:
Jonas Kvinge
2021-04-22 21:55:26 +02:00
parent 48f8468e65
commit 9d3000498b
8 changed files with 75 additions and 19 deletions

View File

@@ -180,7 +180,8 @@ class Base : public QObject {
// ReplayGain
bool rg_enabled_;
int rg_mode_;
float rg_preamp_;
double rg_preamp_;
double rg_fallbackgain_;
bool rg_compression_;
// Buffering