comparison libgsmhr1/dtx_const.h @ 577:d68b2c92464a

libgsmhr1: bring in parts of dtx.[ch] needed for RxFE
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 13 Feb 2025 03:06:11 +0000
parents
children
comparison
equal deleted inserted replaced
576:94f0cc85ad50 577:d68b2c92464a
1 #ifndef __DTX_CONST
2 #define __DTX_CONST
3
4 #include "typedefs.h"
5
6 #define PN_INIT_SEED (Longword)0x1091988L /* initial seed for Comfort
7 * noise pn-generator */
8
9 #define CNINTPER 12 /* inperpolation period of CN
10 * parameters */
11
12 #define SPEECH 1
13 #define CNIFIRSTSID 2
14 #define CNICONT 3
15 #define CNIBFI 4
16
17 #define VALIDSID 11
18 #define INVALIDSID 22
19 #define GOODSPEECH 33
20 #define UNUSABLE 44
21
22 #endif