This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
Releases: rnine/SimplyCoreAudio
Releases · rnine/SimplyCoreAudio
Version 4.1.1
Version 4.1.0
- Added support for Xcode 14.
Version 4.0.1
- Fixed typo in
AudioHardware.allOutputDevices
(@mattgreen) - Minor optimizations in
AudioObject
property listeners.
Version 4.0.0
AMCoreAudio
is now called 🔊SimplyCoreAudio
.- Notifications are now delivered using Apple's
NotificationCenter
. - Redesigned
AudioObjectPool
with thread-safety in mind. AudioHardware
is no longer exposed publicly, please use SimplyCoreAudio instead.- Some of the API in
AudioDevice
has changed slightly. Please refer to the API Reference documents to learn more. - Added new SwiftUI-based demo project.