From 8a468c08ce01c6038226c0ad5af6f799aa8f9907 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Tue, 11 Feb 2025 15:10:30 -0800 Subject: [PATCH] Cleanup: Remove stale comment from source code This comment was copied by accident when duplicating the original Converter Node class for the new DSP base. Signed-off-by: Christopher Snowhill --- Audio/Chain/DSPRubberbandNode.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/Audio/Chain/DSPRubberbandNode.m b/Audio/Chain/DSPRubberbandNode.m index 57272d56c..fbaf704e2 100644 --- a/Audio/Chain/DSPRubberbandNode.m +++ b/Audio/Chain/DSPRubberbandNode.m @@ -321,9 +321,6 @@ static void * kDSPRubberbandNodeContext = &kDSPRubberbandNodeContext; } - (void)process { - // Removed endOfStream check from here, since we want to be able to flush the converter - // when the end of stream is reached. Convert function instead processes what it can, - // and returns 0 samples when it has nothing more to process at the end of stream. while([self shouldContinue] == YES) { if(paused) { usleep(500);