vgmstream/src/coding/ngc_dsp_decoder.h

9 lines
204 B
C
Raw Normal View History

#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);
#endif