g722_interface.h

来自「G722语音压缩算法」· C头文件 代码 · 共 21 行

H
21
字号
//---------------------------------------------------------------------------

#ifndef G722_InterfaceH
#define G722_InterfaceH
//---------------------------------------------------------------------------
#include "g722.h"
//---------------------------------------------------------------------------

//---------------------------------------------------------------------------

//int G722_EncodeInit( pG722_Handle handle );       //      Encode
//int G722_Encode( pG722_Handle handle,  short pcmIn[],UINT16 code[], int n );
//      no need colse;

//int G722_DecodeInit( pG722_Handle handle );       //      Decode;
//int G722_Decode( pG722_Handle handle,UINT16 code[], short  pcmOut[], int n );
//      no need close;

//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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