enc_if.h
上传用户:zhongxx05
上传日期:2007-06-06
资源大小:33641k
文件大小:1k
源码类别:

Symbian

开发平台:

C/C++

  1. /*
  2.  *===================================================================
  3.  *  3GPP AMR Wideband Floating-point Speech Codec
  4.  *===================================================================
  5.  */
  6. #ifndef WB_E_IF_H
  7. #define WB_E_IF_H
  8. #include "typedef.h"
  9. #define L_FRAME16k   320   /* Frame size at 16kHz  */
  10. #define NB_SERIAL_MAX 61   /* max serial size      */
  11. int E_IF_encode(void *st, Word16 mode, Word16 *speech,
  12.                 UWord8 *serial, Word16 dtx);
  13. void *E_IF_init(void);
  14. void E_IF_exit(void *state);
  15. #endif