#ifndef AUDIO_H #define AUDIO_H #include "xingmp3.h" int open_audio(char *device); int config_audio(int bits, int channels, int samprate); #endif .