⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 g723.h

📁 symbian 系统下的g.723 g.723_24实现, 本源码在 series60 sdk fp2下调试通过
💻 H
字号:
////////////////////////////////////////////////////////////////////
// 
// G723.h

#ifndef __G723_H__
#define __G723_H__

#ifdef __cplusplus
extern "C"
{
#endif

void G723_Encode_Init(int bitrateidx);
void G723_Decode_Init(int bitrateidx);
//int G723_EncodeFrame(unsigned char *InBuf,unsigned char *OutBuf);
int G723_EncodeFrame(short *InBuf,unsigned char *OutBuf);
int G723_DecodeFrame(unsigned char *InBuf,unsigned char *OutBuf);

#ifdef __cplusplus
}
#endif

/////////////////////////////////////////////////

#endif

⌨️ 快捷键说明

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