KT25-1014_AC695x_BTE_SDK310/cpu/br23/audio_mic/effect_linein.h

18 lines
442 B
C
Raw Normal View History

2025-10-14 08:57:01 +00:00
#ifndef __EFFECT_LINEIN_H__
#define __EFFECT_LINEIN_H__
#include "system/includes.h"
#include "app_config.h"
#include "media/includes.h"
#include "application/audio_vocal_tract_synthesis.h"
struct __effect_linein;
struct __effect_linein *effect_linein_open(void);
void effect_linein_close(struct __effect_linein **hdl);
struct audio_stream_entry *effect_linein_get_stream_entry(struct __effect_linein *hdl);
#endif//__EFFECT_LINEIN_H__