diff --git a/AudioFilterConvolution_F32.h b/AudioFilterConvolution_F32.h index 9efee90..cae87e9 100644 --- a/AudioFilterConvolution_F32.h +++ b/AudioFilterConvolution_F32.h @@ -63,8 +63,8 @@ * AudioFilterFIRGeneral_F32 showed that a 512 tap FIR gave * essentially the same response and was slightly faster at * 225 microseconds per update. Also, note that this form of - * computation uses about 78 kB of memory where the direct FIR - * uses about 15 kB. The responses differ in only minor ways. + * computation uses about 52 kB of memory where the direct FIR + * uses about 10 kB. The responses differ in only minor ways. * ************************************************************ */ #ifndef AudioFilterConvolution_F32_h_