| void Process(float[] samplesInOut, float[] samplesOut)Apply convolution on both arrays of samples. One filter should be applied to only two continuous streams of samples.Parametersfloat[] samplesInOut | The samples to be processed, this will be convolved with the first impulse | float[] samplesOut | convolved with the second impulse |
|