Convolutional reverb music effect. More...
#include <convreverb.h>
Static Public Member Functions | |
static vector< vector< double > > | convReverb (vector< vector< double > > &samples, const vector< vector< double > > &irSamples) |
Perform fast-convolution with FFT between audio samples and an impulse response. | |
Convolutional reverb music effect.
|
static |
Perform fast-convolution with FFT between audio samples and an impulse response.
samples | -> audio samples separated by channel |
room | -> room type to emulate reverberation |