coder2.h
来自「这是G.723和G.729的音频编解码的源代码」· C头文件 代码 · 共 25 行
H
25 行
/*
**
** File: "coder2.h"
**
** Description: Function prototypes and external declarations
** for "coder2.c"
**
*/
/*
ITU-T G.723.1 Floating Point Speech Coder ANSI C Source Code. Version 5.1F
Original fixed-point code copyright (c) 1995,
AudioCodes, DSP Group, France Telecom, Universite de Sherbrooke.
All rights reserved.
Floating-point code copyright (c) 1995,
Intel Corporation and France Telecom (CNET).
All rights reserved.
*/
void Init_Coder(void);
Flag Coder(FLOAT *DataBuff, char *Vout);
extern CODSTATDEF CodStat;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?