Megaphone_Opus.h 921 字节
/**
 ********************************************************************
 * @file   Megaphone_Opus.h
 *          Megaphone_Opus的头文件
 *
 *********************************************************************
 */

/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef MEGSPHONE_OPUS_H
#define MEGSPHONE_OPUS_H

/* Includes ------------------------------------------------------------------*/

#ifdef __cplusplus
extern "C" {
#endif

/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/
#include "RecordVoice/Megaphone_RecordVoice.h"
#include "RealTimeVoice/Megaphone_RealTimeVoice.h"

/* Exported types ------------------------------------------------------------*/

/* Exported functions --------------------------------------------------------*/

#ifdef __cplusplus
}
#endif

#endif