version.h
来自「g729a 语音编码,再linux c 环境下实现,有非常的好的移植性,通话质量」· C头文件 代码 · 共 24 行
H
24 行
/*
ITU-T G.729 Annex C - Reference C code for floating point
implementation of G.729 Annex A
Version 1.01 of 15.September.98
*/
/*
----------------------------------------------------------------------
COPYRIGHT NOTICE
----------------------------------------------------------------------
ITU-T G.729 Annex C ANSI C source code
Copyright (C) 1998, AT&T, France Telecom, NTT, University of
Sherbrooke. All rights reserved.
----------------------------------------------------------------------
*/
/*-------------------------------------------------------------------
FILE : VERSION.H
Used to select floating point Version G.729A or G.729 main body
for files common to both versions
--------------------------------------------------------------------*/
#define VER_G729A /* comment this if version G.729 main body */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?