Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Data Fields
ALWaveTable_s Struct Reference

#include <libaudio_internal.h>

Data Fields

u8base
 
s32 len
 
u8 type
 
u8 flags
 
union {
   ALADPCMWaveInfo   adpcmWave
 
   ALRAWWaveInfo   rawWave
 
waveInfo
 

Field Documentation

◆ adpcmWave

ALADPCMWaveInfo ALWaveTable_s::adpcmWave

◆ base

u8* ALWaveTable_s::base

◆ flags

u8 ALWaveTable_s::flags

◆ len

s32 ALWaveTable_s::len

◆ rawWave

ALRAWWaveInfo ALWaveTable_s::rawWave

◆ type

u8 ALWaveTable_s::type

◆ waveInfo

union { ... } ALWaveTable_s::waveInfo

The documentation for this struct was generated from the following file: