VAD.H
资源名称:G711-729.rar [点击查看]
上传用户:meifeng08
上传日期:2013-06-18
资源大小:5304k
文件大小:0k
源码类别:
语音压缩
开发平台:
C/C++
- /*
- **
- ** File: "vad.h"
- **
- ** Description: Function prototypes for "vad.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_Vad(void) ;
- Flag Comp_Vad( Word16 *Dpnt);
- extern VADSTATDEF VadStat ;