Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Releases: rnine/SimplyCoreAudio

Version 4.1.1

30 Jun 11:56
35cc0e6
Compare
Choose a tag to compare
  • Added synchronized access to allKnownDevices in AudioHardware.
  • Added support for .network and .other transport types.

Version 4.1.0

24 Sep 08:43
Compare
Choose a tag to compare
  • Added support for Xcode 14.

Version 4.0.1

09 Apr 18:53
Compare
Choose a tag to compare
  • Fixed typo in AudioHardware.allOutputDevices (@mattgreen)
  • Minor optimizations in AudioObject property listeners.

Version 4.0.0

27 Mar 22:16
Compare
Choose a tag to compare
  • 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.