9 lines
214 B
C
9 lines
214 B
C
#ifndef _FCEU_FILTER_H
|
|
#define _FCEU_FILTER_H
|
|
|
|
int32 NeoFilterSound(int32 *in, int32 *out, uint32 inlen, int32 *leftover);
|
|
void MakeFilters(int32 rate);
|
|
void SexyFilter(int32 *in, int32 *out, int32 count);
|
|
|
|
#endif
|