|
UFO: Alien Invasion
|
#include <SDL_mixer.h>#include "../../shared/shared.h"#include "../../shared/mathlib.h"#include "../../common/cvar.h"#include "../../common/mem.h"

Go to the source code of this file.
Data Structures | |
| struct | s_sample_t |
| struct | s_channel_t |
| struct | s_env_t |
Macros | |
| #define | SAMPLE_TYPES { "ogg", "wav", nullptr } |
| Supported sound file extensions. | |
| #define | MAX_CHANNELS 64 |
| the sound environment | |
Variables | |
| memPool_t * | cl_soundSysPool |
| cvar_t * | snd_volume |
| cvar_t * | snd_distance_scale |
| s_env_t | s_env |
| #define MAX_CHANNELS 64 |
the sound environment
Definition at line 58 of file s_local.h.
Referenced by S_AllocChannel(), S_Frame(), S_Init(), and S_LoopSample().
| #define SAMPLE_TYPES { "ogg", "wav", nullptr } |
Supported sound file extensions.
Definition at line 39 of file s_local.h.
Referenced by S_CompleteSounds(), and S_LoadSampleChunk().
|
extern |
Definition at line 48 of file s_main.cpp.
Referenced by S_Init(), S_LoadSampleIdx(), and S_Shutdown().
|
extern |
Definition at line 40 of file s_main.cpp.
Referenced by M_AddToSampleBuffer(), M_Change_f(), M_RandomTrack_f(), M_Start(), S_AllocChannel(), S_Frame(), S_FreeChannel(), S_Init(), S_LoadSampleIdx(), S_LoopSample(), S_MumbleLink(), S_MumbleUnlink(), S_MumbleUpdate(), S_PlaySample(), S_PrecacheSamples(), S_SetSampleRepeatRate(), S_Shutdown(), S_SpatializeChannel(), S_StartLocalSample(), and S_Stop().
|
extern |
Definition at line 43 of file s_main.cpp.
Referenced by S_Init(), and S_SpatializeChannel().
|
extern |
Definition at line 42 of file s_main.cpp.
Referenced by S_Init(), S_LoopSample(), and S_PlaySample().