DEC_CNG.H
上传用户:meifeng08
上传日期:2013-06-18
资源大小:5304k
文件大小:0k
源码类别:

语音压缩

开发平台:

C/C++

  1. /*
  2. **
  3. ** File:        "dec_cng.h"
  4. **
  5. ** Description:     Function prototypes for "dec_cng.c"
  6. **
  7. */
  8. /*
  9.     ITU-T G.723 Speech Coder   ANSI-C Source Code     Version 5.00
  10.     copyright (c) 1995, AudioCodes, DSP Group, France Telecom,
  11.     Universite de Sherbrooke.  All rights reserved.
  12. */
  13. void Init_Dec_Cng(void);
  14. void Dec_Cng(Word16 Ftyp, LINEDEF *Line, Word16 *DataExc,
  15.                                                     Word16 *QntLpc);
  16. extern   DECCNGDEF DecCng;