From c44aac0f84ac7e03e8b72cc9543109fcd735b621 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Wed, 12 Feb 2020 20:59:11 +0100 Subject: [PATCH] Default AGC off, restore gains --- ambed/main.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ambed/main.h b/ambed/main.h index c66b70c..62fe65b 100644 --- a/ambed/main.h +++ b/ambed/main.h @@ -68,11 +68,11 @@ #define CODEC_AMBE2PLUS 2 // Transcoding speech gains -#define CODECGAIN_AMBEPLUS -16 // in dB -#define CODECGAIN_AMBE2PLUS +16 // in dB +#define CODECGAIN_AMBEPLUS -10 // in dB +#define CODECGAIN_AMBE2PLUS +10 // in dB // Transcoding Tweaks -#define USE_AGC 1 +#define USE_AGC 0 #define AGC_CLAMPING 3 //clamps the AGC gain to +- this value #define USE_BANDPASSFILTER 1