@ -137,9 +137,6 @@ static OSStatus Sound_Renderer(void *inRefCon, AudioUnitRenderActionFlags *ioAc
sound->currentPosition += amountToRead;
if (sound->currentPosition > 1764000)
[sound stop];
[sound->readLock unlock];
return err;