QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
snd_sfx.c File Reference

Macros

#define MAX_SFX   512
 

Functions

sfx_tSND_LoadSound (const char *name)
 Pre-load a sound. More...
 
sfx_tSND_PrecacheSound (const char *name)
 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_tSND_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...
 

Macro Definition Documentation

#define MAX_SFX   512