NoiseReduction.h
867 字节
/**
********************************************************************
* @file FF_FilterParam.h
* FF_FilterParam.h
*
*********************************************************************
*/
/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef NOISE_REDUCTION_H
#define NOISE_REDUCTION_H
/* Includes ------------------------------------------------------------------*/
#include "JZsdk_Base/JZsdk_Code/JZsdk_Code.h"
#ifdef __cplusplus
extern "C" {
#endif
/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/
/* Exported types ------------------------------------------------------------*/
/* Exported functions --------------------------------------------------------*/
short PcmNoiseReduction(short data);
#ifdef __cplusplus
}
#endif
#endif