FreeCalypso > hg > gsm-codec-lib
changeset 50:9ae58ffb4197
libgsmefr/cnst.h: add DTX_HANGOVER definition,
needed for encoder and decoder state structures
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 25 Nov 2022 06:39:10 +0000 |
parents | dd79ec84283d |
children | 722959d9410f |
files | libgsmefr/cnst.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libgsmefr/cnst.h Fri Nov 25 06:29:43 2022 +0000 +++ b/libgsmefr/cnst.h Fri Nov 25 06:39:10 2022 +0000 @@ -19,3 +19,6 @@ #define MU 26214 /* Factor for tilt compensation filter 0.8 */ #define AGC_FAC 29491 /* Factor for automatic gain control 0.9 */ + +#define DTX_HANGOVER 7 /* Period when SP=1 although VAD=0. + Used for comfort noise averaging */