From ce3f17acb1305f1454d6a4f4266c1bc12ab5ded6 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Tue, 22 Feb 2022 10:43:20 +0000 Subject: [PATCH] Clarify again --- rubberband/RubberBandStretcher.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rubberband/RubberBandStretcher.h b/rubberband/RubberBandStretcher.h index 05e52f1..6e963b1 100644 --- a/rubberband/RubberBandStretcher.h +++ b/rubberband/RubberBandStretcher.h @@ -458,8 +458,9 @@ public: * Note that this is not the same thing as the number of samples * needed at input to cause a block of processing to happen (also * sometimes referred to as latency). That value is reported by - * getSamplesRequired() and will typically be higher than the - * output delay at the start of processing and lower thereafter. + * getSamplesRequired() and will vary, but typically will be + * higher than the output delay, at least at the start of + * processing. * * @see getSamplesRequired */