From f436107b4e8de4de46511b8a95224f0aa6bee4d6 Mon Sep 17 00:00:00 2001 From: boblark Date: Sat, 5 Feb 2022 19:03:47 -0800 Subject: [PATCH] Added AudioFilterConvolution --- AudioFilterConvolution_F32.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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_