Removed 3 second thing

CQTexperiment
vspader 2005-09-12 01:19:11 +00:00
parent bb9f463b52
commit a73d6cb4ce
1 changed files with 1 additions and 4 deletions

View File

@ -136,10 +136,7 @@ static OSStatus Sound_Renderer(void *inRefCon, AudioUnitRenderActionFlags *ioAc
[sound->readRingBuffer didReadLength:amountToRead];
sound->currentPosition += amountToRead;
if (sound->currentPosition > 1764000)
[sound stop];
[sound->readLock unlock];
return err;