DDraceNetwork Docs
|
#include <SDL.h>
#include <base/math.h>
#include <base/system.h>
#include <engine/graphics.h>
#include <engine/shared/config.h>
#include <engine/storage.h>
#include "sound.h"
#include <engine/shared/video.h>
#include <opusfile.h>
#include <wavpack.h>
#include <cmath>
Functions | |
static void | SdlCallback (void *pUser, Uint8 *pStream, int Len) |
static int | ReadDataOld (void *pBuffer, int Size) |
IEngineSound * | CreateEngineSound () |
Variables | |
static constexpr int | SAMPLE_INDEX_USED = -2 |
static constexpr int | SAMPLE_INDEX_FULL = -1 |
static const void * | s_pWVBuffer = nullptr |
static int | s_WVBufferPosition = 0 |
static int | s_WVBufferSize = 0 |
IEngineSound * CreateEngineSound | ( | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticconstexpr |
|
staticconstexpr |