#include <AL/al.h>#include <AL/alut.h>#include <AL/alc.h>#include <iostream>#include <Platform.h>Go to the source code of this file.
Defines | |
| #define | CHECK_SYSCALL(val, msg) if ((val) == -1) { perror(msg); return 3; } |
| #define | NUM_BUFFERS 1 |
| #define | DisplayALError(s, e) cout << s << (int)e << endl; |
Functions | |
| int | main (int argc, char *argv[]) |
|
|
Definition at line 12 of file servers/sound/main.cc. |
|
|
Referenced by main(). |
|
|
Definition at line 13 of file servers/sound/main.cc. Referenced by main(). |
|
||||||||||||
|
Definition at line 15 of file servers/sound/main.cc. References DisplayALError, and NUM_BUFFERS. |
1.3.9.1