DSP: Stylistic change

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
Christopher Snowhill 2025-02-11 17:45:05 -08:00
parent 4890ee67a6
commit 9b3487b6e0

View file

@ -351,7 +351,7 @@ static void * kDSPRubberbandNodeContext = &kDSPRubberbandNodeContext;
- (AudioChunk *)convert {
if(stopping)
return 0;
return nil;
processEntered = YES;