#include "sound.h"
Go to the source code of this file.
Functions | |
void | DMA_SoundInfo (void) |
qboolean | DMA_Init (void) |
void | DMA_Shutdown (void) |
void | DMA_Activate (void) |
int | DMA_DriftBeginofs (float timeofs) |
void | DMA_ClearBuffer (void) |
static int | DMA_GetTime (void) |
void | DMA_Update (void) |
Variables | |
dma_t | dma |
cvar_t * | s_khz |
cvar_t * | s_testsound |
static cvar_t * | s_mixahead |
static snddmaAPI_t | snddma |
Definition at line 85 of file dma.c.
Referenced by S_Activate().
int DMA_DriftBeginofs | ( | float | timeofs | ) |
Definition at line 79 of file dma.c.
Referenced by S_Shutdown().
dma_t dma |
Definition at line 22 of file dma.c.
Referenced by DMA_ClearBuffer(), DMA_DriftBeginofs(), DMA_GetTime(), DMA_Init(), DMA_SoundInfo(), DMA_Update(), DS_BeginPainting(), DS_CreateBuffers(), DS_DestroyBuffers(), DS_Init(), DS_Submit(), S_RawSamples(), TransferPaintBuffer(), TransferStereo(), TransferStereo16(), WAVE_BeginPainting(), WAVE_Init(), and WAVE_Submit().
cvar_t* s_khz |
Definition at line 24 of file dma.c.
Referenced by DMA_Init(), DS_Init(), and WAVE_Init().
|
static |
Definition at line 29 of file dma.c.
Referenced by DMA_Init(), and DMA_Update().
cvar_t* s_testsound |
Definition at line 25 of file dma.c.
Referenced by DMA_Init(), and TransferPaintBuffer().
|
static |
Definition at line 31 of file dma.c.
Referenced by DMA_Activate(), DMA_ClearBuffer(), DMA_Init(), DMA_Shutdown(), and DMA_Update().