DEC_CNG.H
资源名称:G711-729.rar [点击查看]
上传用户:meifeng08
上传日期:2013-06-18
资源大小:5304k
文件大小:0k
源码类别:
语音压缩
开发平台:
C/C++
- /*
- **
- ** File: "dec_cng.h"
- **
- ** Description: Function prototypes for "dec_cng.c"
- **
- */
- /*
- ITU-T G.723 Speech Coder ANSI-C Source Code Version 5.00
- copyright (c) 1995, AudioCodes, DSP Group, France Telecom,
- Universite de Sherbrooke. All rights reserved.
- */
- void Init_Dec_Cng(void);
- void Dec_Cng(Word16 Ftyp, LINEDEF *Line, Word16 *DataExc,
- Word16 *QntLpc);
- extern DECCNGDEF DecCng;