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 <kode54@gmail.com>
This commit is contained in:
Christopher Snowhill 2025-02-11 15:10:30 -08:00
parent 7d803a0211
commit 9e82e2737e

View file

@ -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);