Go to the source code of this file.
Functions | |
| byte * | S_Alloc (int size) |
| void | ResampleSfx (sfx_t *sfx, int inrate, int inwidth, byte *data) |
| sfxcache_t * | S_LoadSound (sfx_t *s) |
| short | GetLittleShort (void) |
| int | GetLittleLong (void) |
| void | FindNextChunk (char *name) |
| void | FindChunk (char *name) |
| void | DumpChunks (void) |
| wavinfo_t | GetWavinfo (char *name, byte *wav, int wavlength) |
Variables | |
| int | cache_full_cycle |
| byte * | data_p |
| byte * | iff_end |
| byte * | last_chunk |
| byte * | iff_data |
| int | iff_chunk_len |
| void FindChunk | ( | char * | name | ) |
Definition at line 238 of file snd_mem.c.
Referenced by GetWavinfo().
| void FindNextChunk | ( | char * | name | ) |
Definition at line 199 of file snd_mem.c.
Referenced by DumpChunks(), FindNextChunk(), and GetWavinfo().
| short GetLittleShort | ( | void | ) |
| sfxcache_t* S_LoadSound | ( | sfx_t * | s | ) |
Definition at line 98 of file snd_mem.c.
Referenced by S_EndRegistration(), S_IssuePlaysound(), S_PaintChannels(), S_RegisterSound(), and S_StartSound().
| byte* data_p |
Definition at line 183 of file snd_mem.c.
Referenced by COM_Parse(), DumpChunks(), FindNextChunk(), GetLittleLong(), GetLittleShort(), and GetWavinfo().
| int iff_chunk_len |
Definition at line 187 of file snd_mem.c.
Referenced by DumpChunks(), and FindNextChunk().
| byte* iff_data |
Definition at line 186 of file snd_mem.c.
Referenced by DumpChunks(), FindChunk(), and GetWavinfo().
| byte* iff_end |
Definition at line 184 of file snd_mem.c.
Referenced by DumpChunks(), FindNextChunk(), and GetWavinfo().
| byte* last_chunk |
Definition at line 185 of file snd_mem.c.
Referenced by FindChunk(), and FindNextChunk().