MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / ADPCM

Function ADPCM

Source/HLEAudio/ABI_ADPCM.cpp:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14extern bool isZeldaABI;
15
16void ADPCM(AudioHLECommand command)
17{
18 u8 flags( command.Abi1ADPCM.Flags );
19//u16 gain( command.Abi1ADPCM.Gain ); // Not used?
20u32 address( command.Abi1ADPCM.Address );// + gAudioHLEState.Segments[(command.cmd1>>24)&0xf];
21
22gAudioHLEState.ADPCMDecode( flags, address );
23
24}
25
26inline int Scale16( s16 in, int vscale )
27{

Callers

nothing calls this directly

Calls 1

ADPCMDecodeMethod · 0.80

Tested by

no test coverage detected