AudioKit

Audio synthesis, processing, & analysis platform for iOS, macOS and tvOS

MIT License

Stars
10.4K
Committers
205

Bot releases are hidden (Show)

AudioKit - AudioKit v5.6.2 Latest Release

Published by aure 12 months ago

AudioKit - Version 5.6

Published by aure over 1 year ago

AudioKit - Version 5.5.2

Published by aure about 2 years ago

AudioKit - AudioKit 5.4.1

Published by aure over 2 years ago

AudioKit - AudioKit 5.4

Published by aure over 2 years ago

Bug fixes, updates to sampler

AudioKit - AudioKit 5.3.1

Published by aure almost 3 years ago

Updates to AudioPlayer, added helper for Reverb Presets and added MusicalDuration enum.

AudioKit - Version 5.3

Published by aure almost 3 years ago

This version is Swift-Only so that it can be used on the iPad Swift Playgrounds app. For other project, you will want to include the AudioKitEX Swift Package, which is no longer inside of AudioKit since it has C++ DSP which is not compatible with Swift Playgrounds.

AudioKit - AudioKit Version 5.2.3

Published by aure almost 3 years ago

Mostly bug fixes.

AudioKit - AudioKit Version 5.2.2

Published by aure about 3 years ago

Xcode 13 compatible release with some bug fixes as well.

AudioKit - AudioKit Version 5.2.1

Published by aure about 3 years ago

Decreases the minimum deployment target and other minor fixes.

AudioKit - AudioKit Version 5.2

Published by aure over 3 years ago

This is a huge release. It is the AudioKit version 5 that I've always wanted, a clean and simple base with all the various DSPs separated out into dependencies. And, now the documentation is all created from this repository, so AudioKit.io will be up to date and awesome.

  • Separated AudioKit into various Swift package dependencies
  • Made the AudioKit component Swift-only and AudioKitEX is backed by CAudioKitEX
  • Made AudioKit.io build from the /docs/ directory
  • Restart Swift Playgrounds support - this will be improved in upcoming minor releases
  • Improved handle of virtual MIDI ports (thanks @emurray2)
  • Improved tests and test coverage
  • Removed some suspect code
AudioKit - AudioKit v4.11.2 - MIDI fixes

Published by megastep about 4 years ago

This release mostly includes important bug fixes for MIDI support on iOS 14 (see issue #2271).

AudioKit - AudioKit v4.11.1 - Working XCFrameworks for Xcode 12

Published by megastep about 4 years ago

This is mostly a release focused on getting back to working binary frameworks for CocoaPods and Xcode 12.

The most glaring difference from previous releases is that the AudioKit class was renamed AKManager. In most cases this will require only very minor changes to your code - there has not been any other API change. This was necessary to resolve issues with generated Swift interfaces, which don't allow for classes with the same name as the framework.

Because of the new Apple Silicon slices for iOS simulators and Mac, we are no longer able to ship anything but a universal binary XCFramework. So all examples and projects have been modified to reference those instead where applicable, and we no longer provide OS-specific binary archives.

This is also likely to be the last release on AudioKit v4 before v5 which features major API changes, and support for the Swift Package Manager.

AudioKit - AudioKit v4.11 - Built with Xcode 12

Published by megastep about 4 years ago

This is likely going to be the last v4 release of AudioKit. Version 5.0 is currently in development and will provide full support for the latest Xcode, its platforms and the Swift Package Manager.

The main purpose of this release is to provide binary packages built with Xcode 12 for CocoaPods and others.

AudioKit - AudioKit v4.10.1

Published by megastep over 4 years ago

New Restart LFO feature in AKSampler an AKMusicTrack fix.

AudioKit - AudioKit v4.10

Published by megastep over 4 years ago

This release adds more envelope and vibrato controls to AKSampler and many other updates. It should be quite compatible with 4.9.x but we gave it a new number due to the sheer number of updates.

AudioKit - https://github.com/AudioKit/AudioKit/releases/tag/v4.9.6

Published by megastep over 4 years ago

AudioKit - AudioKit 4.9.5 - Xcode 11.4 Support

Published by megastep over 4 years ago

This release is mostly to bring new binaries compatible with the latest Xcode release via CocoaPods.

AudioKit - AudioKit 4.9.4 - Library Evolution

Published by megastep over 4 years ago

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 - AudioKit 4.9.3

Published by megastep almost 5 years ago

This releases features a battle tested AKMicrophone and fixes to AKSampler for short sample lengths.