9 lines
171 B
C
9 lines
171 B
C
#ifndef __IFLY_DEC_FILE_H
|
|
#define __IFLY_DEC_FILE_H
|
|
|
|
bool ifly_net_tts_dec_check_run(void);
|
|
void iflytek_tts_audio_stop(void *arg);
|
|
void iflytek_tts_audio_play();
|
|
|
|
#endif
|