Odamex
Setting the Standard in Multiplayer Doom
client/sdl/i_sound.h File Reference

Go to the source code of this file.

Functions

void I_InitSound ()
void STACK_ARGS I_ShutdownSound (void)
void I_SetSfxVolume (float volume)
void I_SetChannels (int)
void I_LoadSound (struct sfxinfo_struct *sfx)
int I_StartSound (int id, int vol, int sep, int pitch, bool loop)
void I_StopSound (int handle)
int I_SoundIsPlaying (int handle)
void I_UpdateSoundParams (int handle, float vol, int sep, int pitch)

Function Documentation

void I_InitSound ( )
void I_LoadSound ( struct sfxinfo_struct sfx)
void I_SetChannels ( int  )
void I_SetSfxVolume ( float  volume)
void STACK_ARGS I_ShutdownSound ( void  )
int I_SoundIsPlaying ( int  handle)
int I_StartSound ( int  id,
int  vol,
int  sep,
int  pitch,
bool  loop 
)
void I_StopSound ( int  handle)
void I_UpdateSoundParams ( int  handle,
float  vol,
int  sep,
int  pitch 
)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends