FreeCalypso > hg > gsm-codec-lib
view libgsmhr1/dtx_const.h @ 586:b21ea4ab586d
libgsmhr1: update for TW-TS-002 version 1.2.0
The component of libgsmhr1 being changed is RTP input functions;
the change is accepting FT=1 (invalid SID) frames both with and
without payload data bits.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 10 Mar 2025 02:03:31 +0000 |
parents | d68b2c92464a |
children |
line wrap: on
line source
#ifndef __DTX_CONST #define __DTX_CONST #include "typedefs.h" #define PN_INIT_SEED (Longword)0x1091988L /* initial seed for Comfort * noise pn-generator */ #define CNINTPER 12 /* inperpolation period of CN * parameters */ #define SPEECH 1 #define CNIFIRSTSID 2 #define CNICONT 3 #define CNIBFI 4 #define VALIDSID 11 #define INVALIDSID 22 #define GOODSPEECH 33 #define UNUSABLE 44 #endif