KT25-1014_AC695x_BTE_SDK310/cpu/br23/audio_common/audio_fmtx.h

17 lines
259 B
C
Raw Normal View History

2025-10-14 08:57:01 +00:00
#ifndef _AUDIO_FMTX_H_
#define _AUDIO_FMTX_H_
extern void *audio_fmtx_output_start(u16 fre);
extern void audio_fmtx_output_stop();
extern int audio_fmtx_output_write(s16 *data, u32 len);
extern void audio_fmtx_output_set_srI(u32 sample_rate);
#endif