Skip to content

Commit

Permalink
Increase output_buffers to 64
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed May 25, 2024
1 parent a373f0d commit a437f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/include/signalflow/core/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ typedef RingBuffer<sample> 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.
Expand Down

0 comments on commit a437f68

Please sign in to comment.