From 49a132b61245bb492ebe0852a573280197205655 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Wed, 31 May 2023 09:22:16 +0100 Subject: [PATCH] Add note about possible repeated reads --- rubberband/RubberBandStretcher.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rubberband/RubberBandStretcher.h b/rubberband/RubberBandStretcher.h index def787c..12610ce 100644 --- a/rubberband/RubberBandStretcher.h +++ b/rubberband/RubberBandStretcher.h @@ -820,10 +820,10 @@ public: * block size and you are able to provide any block size as input * for each cycle, then your normal mode of operation would be to * loop querying this function; providing that number of samples - * to process(); and reading the output using available() and - * retrieve(). See setMaxProcessSize() for a more suitable - * operating mode for applications that do have external block - * size constraints. + * to process(); and reading the output (repeatedly if necessary) + * using available() and retrieve(). See setMaxProcessSize() for + * a more suitable operating mode for applications that do have + * external block size constraints. * * Note that this value is only relevant to process(), not to * study() (to which you may pass any number of samples at a time,