Compounds | |
| class | Listener |
| Represents the listener. More... | |
| class | Source |
| An object that emits sound. More... | |
| class | Stream |
| Class for playing an ogg/vorbis file. More... | |
Functions | |
| void | audioInit (void) |
| Initialize the audio module. | |
| void | audioExit (void) |
| Uninitialize the audio module. | |
| Listener * | audioGetListener (void) |
| Retrieve the Listener object. | |
| void | addSoundFiles (const char *const *names, int count) |
| Add a list of soundfiles to the sounds that can be played by a source. | |
| void | addSoundFile (const char *name) |
| Add a soundfile to the sounds that can be played by a source. | |
|
|
Retrieve the Listener object. Must call audioInit first |
1.2.18