Skip to content

Commit 69ed052

Browse files
committed
FFTEffects comments
1 parent 6135a53 commit 69ed052

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AudioTools/CoreAudio/AudioEffects/FFTEffects.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ struct FFTEffectConfig : public AudioInfo {
2323
/***
2424
* @brief Abstract class for common Logic for FFT based effects. The effect is
2525
* 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!
2628
* @ingroup transform
2729
* @author phil schatzmann
2830
*/

0 commit comments

Comments
 (0)