1 2 3 4 5 6 7 8
#ifndef AUDIO_H #define AUDIO_H int audip_play(char *buf); int audio_record(int fd); #endif