rasmus.interpreter.sampled.util
Class FFTWorker
java.lang.Object
rasmus.interpreter.sampled.util.FFTWorker
- Direct Known Subclasses:
- DeHiss, DeReverb, FormatMapping, HarmonicsBooster
public class FFTWorker
- extends java.lang.Object
Constructor Summary |
FFTWorker(int fftFrameSize,
int osamp,
double sampleRate)
|
Method Summary |
void |
process(int start,
int end,
int interlace,
double[] indata,
double[] outdata)
|
void |
processFFT(int index,
double[] fftdata)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FFTWorker
public FFTWorker(int fftFrameSize,
int osamp,
double sampleRate)
processFFT
public void processFFT(int index,
double[] fftdata)
process
public void process(int start,
int end,
int interlace,
double[] indata,
double[] outdata)