Go to the source code of this file.
|
#define | TAG_RIFF MakeRawLong('R', 'I', 'F', 'F') |
|
#define | TAG_WAVE MakeRawLong('W', 'A', 'V', 'E') |
|
#define | TAG_fmt MakeRawLong('f', 'm', 't', ' ') |
|
#define | TAG_cue MakeRawLong('c', 'u', 'e', ' ') |
|
#define | TAG_LIST MakeRawLong('L', 'I', 'S', 'T') |
|
#define | TAG_MARK MakeRawLong('M', 'A', 'R', 'K') |
|
#define | TAG_data MakeRawLong('d', 'a', 't', 'a') |
|
◆ TAG_cue
#define TAG_cue MakeRawLong('c', 'u', 'e', ' ') |
◆ TAG_data
#define TAG_data MakeRawLong('d', 'a', 't', 'a') |
◆ TAG_fmt
#define TAG_fmt MakeRawLong('f', 'm', 't', ' ') |
◆ TAG_LIST
#define TAG_LIST MakeRawLong('L', 'I', 'S', 'T') |
◆ TAG_MARK
#define TAG_MARK MakeRawLong('M', 'A', 'R', 'K') |
◆ TAG_RIFF
#define TAG_RIFF MakeRawLong('R', 'I', 'F', 'F') |
◆ TAG_WAVE
#define TAG_WAVE MakeRawLong('W', 'A', 'V', 'E') |
◆ FindChunk()
static void FindChunk |
( |
uint32_t |
search | ) |
|
|
static |
◆ FindNextChunk()
static void FindNextChunk |
( |
uint32_t |
search | ) |
|
|
static |
◆ GetLittleLong()
◆ GetLittleShort()
◆ GetWavinfo()
static qboolean GetWavinfo |
( |
void |
| ) |
|
|
static |
Definition at line 168 of file mem.c.
177 Com_DPrintf(
"%s has missing/invalid RIFF chunk\n",
s_info.
name);
182 Com_DPrintf(
"%s has missing/invalid WAVE chunk\n",
s_info.
name);
191 Com_DPrintf(
"%s has missing/invalid fmt chunk\n",
s_info.
name);
196 Com_DPrintf(
"%s has non-Microsoft PCM format\n",
s_info.
name);
202 Com_DPrintf(
"%s has bad number of channels\n",
s_info.
name);
208 Com_DPrintf(
"%s has bad rate\n",
s_info.
name);
223 Com_DPrintf(
"%s has bad width\n",
s_info.
name);
233 Com_DPrintf(
"%s has bad loop start\n",
s_info.
name);
246 Com_DPrintf(
"%s has bad loop length\n",
s_info.
name);
259 Com_DPrintf(
"%s has missing/invalid data chunk\n",
s_info.
name);
265 Com_DPrintf(
"%s has zero length\n",
s_info.
name);
271 Com_DPrintf(
"%s has bad loop length\n",
s_info.
name);
Referenced by S_LoadSound().
◆ S_LoadSound()
◆ data_p
◆ iff_chunk_len
◆ iff_data
◆ iff_end
◆ s_info