dec_cng.h

来自「G.723及其附件A以下简称为G.723A 论文首先对语音编码的各种方案进行了」· C头文件 代码 · 共 20 行

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

⌨️ 快捷键说明

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