Megaphone_Opus.h
875 字节
/**
********************************************************************
* @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 "RealTimeVoice/Megaphone_RealTimeVoice.h"
#include "./OpusFile/OpusFile.h"
/* Exported types ------------------------------------------------------------*/
/* Exported functions --------------------------------------------------------*/
#ifdef __cplusplus
}
#endif
#endif