Corrected gaplessness with my new converter setup

CQTexperiment
Chris Moeller 2013-10-18 05:33:20 -07:00
parent b461e774fd
commit b9ce8462c4
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ static OSStatus ACFloatProc(AudioConverterRef inAudioConverter,
OSStatus err = noErr;
int amountToWrite;
if ([converter shouldContinue] == NO || [converter endOfStream] == YES)
if ([converter shouldContinue] == NO)
{
ioData->mBuffers[0].mDataByteSize = 0;
*ioNumberDataPackets = 0;