Default AGC off, restore gains

This commit is contained in:
Geoffrey Merck 2020-02-12 20:59:11 +01:00 committed by SASANO Takayoshi
parent f62cd627e9
commit ad57eee77c

View file

@ -70,11 +70,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