1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2025-09-19 15:07:49 -04:00

Test gain set to -3/+3

This commit is contained in:
Geoffrey Merck 2020-01-27 16:34:57 +01:00
parent be87d54897
commit a78c30abfb

View File

@ -68,8 +68,8 @@
#define CODEC_AMBE2PLUS 2 #define CODEC_AMBE2PLUS 2
// Transcoding speech gains // Transcoding speech gains
#define CODECGAIN_AMBEPLUS -10 // in dB #define CODECGAIN_AMBEPLUS -3//-10 // in dB
#define CODECGAIN_AMBE2PLUS +10 // in dB #define CODECGAIN_AMBE2PLUS +3//+10 // in dB
// Timeouts ----------------------------------------------------- // Timeouts -----------------------------------------------------
#define STREAM_ACTIVITY_TIMEOUT 3 // in seconds #define STREAM_ACTIVITY_TIMEOUT 3 // in seconds