Go to the source code of this file.
Functions | |
void | S_Init (void) |
void | S_Shutdown (void) |
void | S_StartSound (vec3_t origin, int entnum, int entchannel, struct sfx_s *sfx, float fvol, float attenuation, float timeofs) |
void | S_StartLocalSound (char *s) |
void | S_RawSamples (int samples, int rate, int width, int channels, byte *data) |
void | S_StopAllSounds (void) |
void | S_Update (vec3_t origin, vec3_t v_forward, vec3_t v_right, vec3_t v_up) |
void | S_Activate (qboolean active) |
void | S_BeginRegistration (void) |
struct sfx_s * | S_RegisterSound (char *sample) |
void | S_EndRegistration (void) |
struct sfx_s * | S_FindName (char *name, qboolean create) |
void | CL_GetEntitySoundOrigin (int ent, vec3_t org) |
Definition at line 293 of file snd_dma.c.
Referenced by CL_RegisterSounds().
Definition at line 205 of file snd_dma.c.
Referenced by S_RegisterSexedSound(), and S_RegisterSound().
struct sfx_s* S_RegisterSound | ( | char * | sample | ) |
Definition at line 305 of file snd_dma.c.
Referenced by CL_EntityEvent(), CL_ParseConfigString(), CL_ParseMuzzleFlash(), CL_ParseMuzzleFlash2(), CL_ParseTEnt(), CL_RegisterSounds(), CL_RegisterTEntSounds(), S_Play(), S_RegisterSexedSound(), and S_StartLocalSound().
Definition at line 164 of file snd_dma.c.
Referenced by CL_Shutdown(), CL_Snd_Restart_f(), and SNDDMA_BeginPainting().
void S_StartLocalSound | ( | char * | s | ) |
Definition at line 738 of file snd_dma.c.
Referenced by CL_ParseServerMessage(), M_Draw(), M_Keydown(), and M_PopMenu().
void S_StartSound | ( | vec3_t | origin, |
int | entnum, | ||
int | entchannel, | ||
struct sfx_s * | sfx, | ||
float | fvol, | ||
float | attenuation, | ||
float | timeofs | ||
) |
Definition at line 655 of file snd_dma.c.
Referenced by CL_EntityEvent(), CL_ParseMuzzleFlash(), CL_ParseMuzzleFlash2(), CL_ParseStartSoundPacket(), CL_ParseTEnt(), S_Play(), and S_StartLocalSound().
Definition at line 785 of file snd_dma.c.
Referenced by CL_ClearState(), CL_Reconnect_f(), GetSoundtime(), S_Init(), SCR_BeginLoadingPlaque(), and VID_CheckChanges().