Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7af1dd38aa | |||
| eeab471c42 |
@@ -2021,7 +2021,7 @@ static void AudioQueueIsRunningCallbackProc(void* userData, AudioQueueRef audioQ
|
||||
currentlyReadingEntry.bufferIndex = audioPacketsReadCount;
|
||||
currentlyReadingEntry = nil;
|
||||
|
||||
if (self.internalState == AudioPlayerInternalStatePlaying)
|
||||
if (self.internalState | AudioPlayerInternalStateRunning)
|
||||
{
|
||||
if (audioQueue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user