We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6135a53 commit 69ed052Copy full SHA for 69ed052
src/AudioTools/CoreAudio/AudioEffects/FFTEffects.h
@@ -23,6 +23,8 @@ struct FFTEffectConfig : public AudioInfo {
23
/***
24
* @brief Abstract class for common Logic for FFT based effects. The effect is
25
* applied after the fft to the frequency domain before executing the ifft.
26
+ * Please note that this is quite processing time intensitive: so you might keep
27
+ * the sample rate quite low if the processor is not fast enough!
28
* @ingroup transform
29
* @author phil schatzmann
30
*/
0 commit comments