mirror of
https://github.com/LX3JL/xlxd.git
synced 2025-12-06 07:42:01 +01:00
Merge branch 'TranscodingTweaks' of https://github.com/F4FXL/xlxd into TranscodingTweaks
This commit is contained in:
commit
5356f37fd8
|
|
@ -68,11 +68,11 @@
|
||||||
#define CODEC_AMBE2PLUS 2
|
#define CODEC_AMBE2PLUS 2
|
||||||
|
|
||||||
// Transcoding speech gains
|
// Transcoding speech gains
|
||||||
#define CODECGAIN_AMBEPLUS -16 // in dB
|
#define CODECGAIN_AMBEPLUS -10 // in dB
|
||||||
#define CODECGAIN_AMBE2PLUS +16 // in dB
|
#define CODECGAIN_AMBE2PLUS +10 // in dB
|
||||||
|
|
||||||
// Transcoding Tweaks
|
// Transcoding Tweaks
|
||||||
#define USE_AGC 1
|
#define USE_AGC 0
|
||||||
#define AGC_CLAMPING 3 //clamps the AGC gain to +- this value
|
#define AGC_CLAMPING 3 //clamps the AGC gain to +- this value
|
||||||
#define USE_BANDPASSFILTER 1
|
#define USE_BANDPASSFILTER 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue