KT25-0812_82A-UART/cpu/br25/audio_mic/effect_tool.h

11 lines
246 B
C
Raw Normal View History

2025-08-12 10:09:23 +00:00
#ifndef __EFFECT_TOOL_H__
#define __EFFECT_TOOL_H__
#include "generic/typedef.h"
#include "effect_cfg.h"
int effect_tool_open(struct __effect_mode_cfg *parm, struct __tool_callback *cb);
void effect_tool_close(void);
#endif//__EFFECT_TOOL_H__