Functions | |
| void | S_Init (int *viewentity, double *host_frametime) |
| Initialize the sound engine. More... | |
| void | S_Init_Cvars (void) |
| Initialize the Cvars for the sound engine. More... | |
| void | S_Shutdown (void) |
| Shutdown the sound engine. More... | |
| void S_Init | ( | int * | viewentity, |
| double * | host_frametime | ||
| ) |
Initialize the sound engine.
| viewentity | pointer to view entity index |
| host_frametime | pointer to host frame time difference |
| void S_Init_Cvars | ( | void | ) |
Initialize the Cvars for the sound engine.
Call before calling S_Init().
| void S_Shutdown | ( | void | ) |
Shutdown the sound engine.
Allows audio output modules to shutdown gracefully.