15 void CleanBuffers(
void);
16 int GetFreeBuffer(
void);
19 void Init(
int bcount_ = 4);
22 unsigned int GetSampleRate(
void);
23 unsigned int GetMax(
void);
25 void BeepStart(
float freq = 440,
float volume = 1.0,
int type = 0);
29 int SoundPlay(
short * samples,
size_t buf_size);