#include <sys/audioio.h>
#include <sys/filio.h>
Go to the source code of this file.
Functions | |
| int | audioOpen (const char *dev, int rate) |
| void | audioPause (void) |
| void | audioFlush (void) |
| void | audioStartRecord (void) |
| void | audioStopRecord (void) |
| void | audioClose (void) |
| int | audioSetRecordGain (int gain) |
Definition in file audio_utils_sunos.h.
1.4.7