gps/GPSResources/tcpmp 0.73/amr/26204/enc_if.h

20 lines
544 B
C
Raw Normal View History

2019-05-01 12:32:35 +00:00
/*
*===================================================================
* 3GPP AMR Wideband Floating-point Speech Codec
*===================================================================
*/
#ifndef WB_E_IF_H
#define WB_E_IF_H
#include "typedef.h"
#define L_FRAME16k 320 /* Frame size at 16kHz */
#define NB_SERIAL_MAX 61 /* max serial size */
int E_IF_encode(void *st, Word16 mode, Word16 *speech,
UWord8 *serial, Word16 dtx);
void *E_IF_init(void);
void E_IF_exit(void *state);
#endif