📄 g722_interface.h
字号:
//---------------------------------------------------------------------------
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -