Go to the documentation of this file.
13 # define NeedFunctionPrototypes 1
17 # define NeedFunctionPrototypes 1
21 # undef NeedFunctionPrototypes
24 #ifdef NeedFunctionPrototypes
29 #if NeedFunctionPrototypes
30 # define GSM_P( protos ) protos
32 # define GSM_P( protos ) ( )
46 #define GSM_PATCHLEVEL 10
50 #define GSM_OPT_VERBOSE 1
51 #define GSM_OPT_FAST 2
52 #define GSM_OPT_LTP_CUT 3
53 #define GSM_OPT_WAV49 4
54 #define GSM_OPT_FRAME_INDEX 5
55 #define GSM_OPT_FRAME_CHAIN 6
57 #define GSM_SAMPLES_PER_FRAME 160
59 extern gsm gsm_create
GSM_P((
void));
60 extern void gsm_destroy
GSM_P((gsm));
63 extern int gsm_option
GSM_P((gsm,
int,
int *));