Releases: AudioKit/AudioKit
AudioKit 4.9.5 - Xcode 11.4 Support
This release is mostly to bring new binaries compatible with the latest Xcode release via CocoaPods.
AudioKit 4.9.4 - Library Evolution
This is the first release to be built with Xcode's library evolution setting turned on, which should make the compiled binaries compatible with future versions of Swift.
Preliminary work for the XCFramework is also underway but not yet suited for release.
AudioKit 4.9.3
This releases features a battle tested AKMicrophone and fixes to AKSampler for short sample lengths.
Xcode 11.2 Support
Also in this release are some small bug fixes.
Memory Leak Fixed and other small improvements
We addressed an issue with Xcode 11 and AudioKit.start(withPeriodicFunctions:) that was releasing memory quickly.
AudioKit 4.9 - Xcode 11 Support
v4.9 Merge branch 'develop'
AudioKit Version 4.8 - New Sequencer and MIDI Listener protocol
- AKSequencer is now Audiokit's open source sequencer
- AKAppleSequencer is introduced (its what used to be AKSequencer)
- MIDI Listener protocol now has sample offset times, make sure to update your listeners
AudioKit 4.7.2 Incremental Improvements
Numerous bugs that were raised as issues were fixed.
AudioKit 4.7.1 CocoaPods works again!
Thanks to heroic efforts of Stephane Peter and Jeff Cooper, we have cocoapods working again.
AudioKit 4.7 - Swift 5 / Xcode 10.2
Also includes ability to be sandboxed in macOS.