From a78c30abfb5c393363fcab6df83151916e58327a 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 931badc..bcfb1f7 100644 --- a/ambed/main.h +++ b/ambed/main.h @@ -68,8 +68,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