From cbf41915a8165dd61a1bbec81479e44b0b52663c Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Thu, 30 Sep 2021 15:27:23 +0100 Subject: [PATCH] Small grammar tweak --- rubberband/RubberBandStretcher.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rubberband/RubberBandStretcher.h b/rubberband/RubberBandStretcher.h index 8416ab2..bb0362e 100644 --- a/rubberband/RubberBandStretcher.h +++ b/rubberband/RubberBandStretcher.h @@ -50,9 +50,9 @@ * offline mode, you must provide the audio block-by-block in two * passes: in the first pass calling study(), in the second pass * calling process() and receiving the output via retrieve(). In - * real-time mode there is no study pass, just a single streaming pass - * in which the audio is passed to process() and output received via - * retrieve(). + * real-time mode, there is no study pass, just a single streaming + * pass in which the audio is passed to process() and output received + * via retrieve(). * * In real-time mode you can change the time and pitch ratios at any * time, but in offline mode they are fixed and cannot be changed @@ -358,7 +358,7 @@ public: * In offline mode, you must provide the audio block-by-block in * two passes: in the first pass calling study(), in the second * pass calling process() and receiving the output via - * retrieve(). In real-time mode there is no study pass, just a + * retrieve(). In real-time mode, there is no study pass, just a * single streaming pass in which the audio is passed to process() * and output received via retrieve(). *