From b7e34f991e39ce500d2d0d8f11edead4407a8622 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Mon, 27 Jan 2020 16:34:57 +0100 Subject: [PATCH] Test gain set to -3/+3 --- ambed/main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ambed/main.h b/ambed/main.h index 2b9f99e..95ac24f 100644 --- a/ambed/main.h +++ b/ambed/main.h @@ -70,8 +70,8 @@ #define CODEC_AMBE2PLUS 2 // Transcoding speech gains -#define CODECGAIN_AMBEPLUS -10 // in dB -#define CODECGAIN_AMBE2PLUS +10 // in dB +#define CODECGAIN_AMBEPLUS -3//-10 // in dB +#define CODECGAIN_AMBE2PLUS +3//+10 // in dB // Timeouts ----------------------------------------------------- #define STREAM_ACTIVITY_TIMEOUT 3 // in seconds