vad.h

来自「此代码为G.723.1语音压缩源代码」· C头文件 代码 · 共 19 行

H
19
字号
/*
**
** 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 ;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?