pureikyubu/SRC/DVD/DvdAdpcmDecode.h
2020-04-08 02:55:48 +03:00

6 lines
141 B
C

// GC DVD ADPCM Decoder
#pragma once
void DvdAudioInitDecoder();
void DvdAudioDecode(uint8_t adpcmBuffer[32], uint16_t pcmBuffer[2 * 28]);