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:
parent
7d803a0211
commit
9e82e2737e
1 changed files with 0 additions and 3 deletions
|
@ -321,9 +321,6 @@ static void * kDSPRubberbandNodeContext = &kDSPRubberbandNodeContext;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)process {
|
- (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) {
|
while([self shouldContinue] == YES) {
|
||||||
if(paused) {
|
if(paused) {
|
||||||
usleep(500);
|
usleep(500);
|
||||||
|
|
Loading…
Reference in a new issue