SimplyCoreAudio Versions Save

🔊 A Swift framework that aims to make Core Audio use less tedious in macOS

4.1.1

11 months ago
  • Added synchronized access to allKnownDevices in AudioHardware.
  • Added support for .network and .other transport types.

4.1.0

1 year ago
  • Added support for Xcode 14.

4.0.1

3 years ago
  • Fixed typo in AudioHardware.allOutputDevices (@mattgreen)
  • Minor optimizations in AudioObject property listeners.

4.0.0

3 years ago
  • 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.