Files
2025-12-03 11:12:34 +08:00

17 lines
157 B
C

#ifndef AI_VOICE_RECODER_H
#define AI_VOICE_RECODER_H
int ai_voice_recoder_open(u32 code_type, u8 ai_type);
void ai_voice_recoder_close();
#endif