Speex.h
928 字节
/**
********************************************************************
* @file speex.h
* speex的头文件
*
*********************************************************************
*/
/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef SPEEX_H
#define SPEEX_H
/* Includes ------------------------------------------------------------------*/
#include "JZsdk_Base/JZsdk_Code/JZsdk_Code.h"
#ifdef __cplusplus
extern "C" {
#endif
/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/
/* Exported types ------------------------------------------------------------*/
/* Exported functions --------------------------------------------------------*/
T_JZsdkReturnCode Speex_DealData(short *InData, short *OutData, int frame_size);
T_JZsdkReturnCode Speex_Init(int SampleRate);
#ifdef __cplusplus
}
#endif
#endif