KT25-1015_AC695x_SDK310/cpu/br23/audio_common/audio_fmtx.h

17 lines
259 B
C
Raw Normal View History

2025-10-15 07:18:43 +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