mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-04-05 06:25:17 +00:00
Default AGC off, restore gains
This commit is contained in:
parent
b9d0c6e532
commit
c44aac0f84
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue