vgmstream/src/coding/ngc_dsp_decoder.h
2008-03-04 07:15:25 +00:00

11 lines
254 B
C

#include "../vgmstream.h"
#ifndef _NGC_DSP_H
#define _NGC_DSP_H
void decode_ngc_dsp(VGMSTREAMCHANNEL * stream, sample * outbuf, int channelspacing, int32_t first_sample, int32_t samples_to_do);
int32_t dsp_nibbles_to_samples(int32_t nibbles);
#endif