#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