Removed 3 second thing
This commit is contained in:
parent
bb9f463b52
commit
a73d6cb4ce
1 changed files with 1 additions and 4 deletions
3
Sound.m
3
Sound.m
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue