From 7b05060596bc7a9c1ef2b525400586862dcf5d3d Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Sat, 3 Aug 2024 17:55:19 +0100 Subject: [PATCH] Reduce default output buffers --- source/include/signalflow/core/constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/include/signalflow/core/constants.h b/source/include/signalflow/core/constants.h index 2303661a..2f164f0a 100644 --- a/source/include/signalflow/core/constants.h +++ b/source/include/signalflow/core/constants.h @@ -48,7 +48,7 @@ typedef RingBuffer SampleRingBuffer; * TODO: Turn this into a run-time config parameter, and set default to 2 * Otherwise memory usage is very high by default *-----------------------------------------------------------------------*/ -#define SIGNALFLOW_NODE_INITIAL_OUTPUT_BUFFERS 256 +#define SIGNALFLOW_NODE_INITIAL_OUTPUT_BUFFERS 64 /*------------------------------------------------------------------------ * Max supported number of FFT bins.