#ifndef AUDIO_H #define AUDIO_H int audio_play(char *buf); int audio_record(char *buf); #endif