KT26-0607_AC695n-BTE-SDK312/cpu/br23/audio_dec/lfwordana_enc_api.h
2026-06-07 19:38:16 +08:00

17 lines
395 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef __LFWORDANA_ENC_API__H
#define __LFWORDANA_ENC_API__H
#include "media/lfwordana_enc.h"
#include "audio_enc.h"
void midi_w2s_parm_get(void *parm);
void midi_w2s_parm_set(void *data, u32 len);
void lfwordana_process();
/*midi支持外部音源替换主旋律, 0:不支持, 1支持*/
#define MIDI_SUPPORT_W2S 0
extern int *MIDI_W2S_FILE_PATH;
#endif/* __LFWORDANA_ENC_API__H */