|
| sfx_t * | SND_LoadSound (const char *name) |
| | Pre-load a sound. More...
|
| |
| sfx_t * | SND_PrecacheSound (const char *sample) |
| | Pre-load a sound into the cache. More...
|
| |
| void | SND_SFX_Cache (sfx_t *sfx, char *realname, wavinfo_t info, cache_loader_t loader) |
| | Cache sound data. More...
|
| |
| void | SND_SFX_Init (void) |
| | Initialize the sfx sub-subsystem. More...
|
| |
| void | SND_SFX_Stream (sfx_t *sfx, char *realname, wavinfo_t info, sfx_t *(*open)(sfx_t *sfx)) |
| | Stream sound data. More...
|
| |
| void | SND_SFX_StreamClose (sfx_t *sfx) |
| | Close a stream. More...
|
| |
| sfx_t * | SND_SFX_StreamOpen (sfx_t *sfx, void *file, long(*read)(void *, float **), int(*seek)(sfxstream_t *, int), void(*close)(sfx_t *)) |
| | Open a stream for playback. More...
|
| |