sbooth / SFBAudioEngine

A powerhouse of audio functionality for macOS, iOS, and tvOS
https://sbooth.github.io/SFBAudioEngine/
MIT License
569 stars 86 forks source link

Use C++11 atomics for ring buffer read and write positions #170

Closed sbooth closed 4 years ago

sbooth commented 4 years ago

Replaces the pre-C++11 use of volatile and hope