From a437f68aa4676e681b4cf36b9ab2a173f9d06b76 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Sat, 25 May 2024 10:35:38 +0100 Subject: [PATCH] Increase output_buffers to 64 --- 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 e04361c6..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 32 +#define SIGNALFLOW_NODE_INITIAL_OUTPUT_BUFFERS 64 /*------------------------------------------------------------------------ * Max supported number of FFT bins.