17 lines
157 B
C
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
|