sbooth / CAAudioHardware

The Swift-friendly Core Audio HAL
MIT License
4 stars 1 forks source link

Swift 6 strict concurrency support #17

Open sbooth opened 3 months ago

sbooth commented 3 months ago

The thread-safety of the various AudioObject APIs isn't clear. Lacking documentation to the contrary I assume they aren't thread-safe, which means that the current design for AudioSystemObject needs to be revisited.