mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-12-20 10:25:53 +01:00
f2a9f60807
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@38 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
11 lines
254 B
C
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
|