aboutsummaryrefslogtreecommitdiff
path: root/src/AudioCompress/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/AudioCompress/config.h')
-rw-r--r--src/AudioCompress/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AudioCompress/config.h b/src/AudioCompress/config.h
index 25615ee6..a4b89e7d 100644
--- a/src/AudioCompress/config.h
+++ b/src/AudioCompress/config.h
@@ -9,11 +9,11 @@
#define ACVERSION "2.0"
/*** Default configuration stuff ***/
-#define TARGET 16384 /*!< Target level (on a scale of 0-32767) */
+#define TARGET 20000 /*!< Target level (on a scale of 0-32767) */
#define GAINMAX 32 /*!< The maximum amount to amplify by */
#define GAINSMOOTH 8 /*!< How much inertia ramping has*/
-#define BUCKETS 400 /*!< How long of a history to use by default */
+#define BUCKETS 40 /*!< How long of a history to use by default */
#endif