TheAmazingAudioEngine / TheAmazingAudioEngine2

The Amazing Audio Engine is a sophisticated framework for iOS audio applications, built so you don't have to.
http://theamazingaudioengine.com/doc2
Other
544 stars 87 forks source link

Local TPCircularBuffer differs from https://github.com/michaeltyson/TPCircularBuffer #22

Closed jackpal closed 8 years ago

jackpal commented 8 years ago

The local version of TPCircularBuffer differs from https://github.com/michaeltyson/TPCircularBuffer.

(Looks like you added TPCircularBufferSetAtomic)

Having two versions of TPCircularBuffer makes it hard to use TAAE2 with large projects that also want to use TPCircularBuffer for other reasons.

Maybe the thing to do is update michaeltyson/TPCircularBuffer to match TAAE2 ?

michaeltyson commented 8 years ago

That's strange - it looks up to date to me (although I did just commit a documentation fix). TPCircularBufferSetAtomic is present: https://github.com/michaeltyson/TPCircularBuffer/blob/master/TPCircularBuffer.h#L114

jackpal commented 8 years ago

Oops. My mistake. My local copy of TPCircularBuffer is v1.1. I better go update it to v1.4.

Sorry for the false alarm.