chore(fmod): add files from Chensne/DragonNest
This commit is contained in:
commit
50fb3c6b1c
544 changed files with 315778 additions and 0 deletions
21
src/fmod_dsp_resampler_multiinput.h
Executable file
21
src/fmod_dsp_resampler_multiinput.h
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
#ifndef _FMOD_DSP_RESAMPLER_MULTIINPUT_H
|
||||
#define _FMOD_DSP_RESAMPLER_MULTIINPUT_H
|
||||
|
||||
#include "fmod_settings.h"
|
||||
|
||||
#include "fmod_dsp_filter.h"
|
||||
#include "fmod_dsp_resampler.h"
|
||||
|
||||
namespace FMOD
|
||||
{
|
||||
class DSPResamplerMultiInput : public DSPResampler
|
||||
{
|
||||
public:
|
||||
|
||||
FMOD_RESULT read(float **outbuffer, int *outchannels, unsigned int *length, FMOD_SPEAKERMODE speakermode, int speakermodechannels, unsigned int tick);
|
||||
FMOD_RESULT addInput(DSPI *target);
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue